CN-1273 fix: 修复知识库编辑页新增color后,左侧step高度异常的问题

This commit is contained in:
chenjinsong
2023-10-16 15:21:34 +08:00
parent c960c60790
commit 85db8cd745
2 changed files with 7 additions and 4 deletions

View File

@@ -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,