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