CN-1273 fix: 修复知识库编辑页新增color后,左侧step高度异常的问题
This commit is contained in:
@@ -786,6 +786,7 @@ export default {
|
|||||||
t: +new Date()
|
t: +new Date()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
return
|
||||||
} else if (opeType === 3) {
|
} else if (opeType === 3) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
query: {
|
query: {
|
||||||
@@ -794,6 +795,7 @@ export default {
|
|||||||
t: +new Date()
|
t: +new Date()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
return
|
||||||
} else if (opeType !== 4) {
|
} else if (opeType !== 4) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
query: {
|
query: {
|
||||||
@@ -803,11 +805,12 @@ export default {
|
|||||||
t: +new Date()
|
t: +new Date()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
|
||||||
if (route === this.route) {
|
|
||||||
this.refresh()
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
/* if (route === this.route) {
|
||||||
|
this.refresh()
|
||||||
|
return
|
||||||
|
} */
|
||||||
if (route) {
|
if (route) {
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: route,
|
path: route,
|
||||||
|
|||||||
@@ -1379,7 +1379,7 @@ export default {
|
|||||||
// 步骤条控制
|
// 步骤条控制
|
||||||
const stepHeightConstant = {
|
const stepHeightConstant = {
|
||||||
collapse: 58,
|
collapse: 58,
|
||||||
first: 333,
|
first: 404,
|
||||||
second: 284,
|
second: 284,
|
||||||
third: itemListHeight.noData
|
third: itemListHeight.noData
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user