fix: 写死知识库表单cancel路由

This commit is contained in:
chenjinsong
2023-03-16 18:02:44 +08:00
parent 5116d4f6d6
commit 831b00fc78

View File

@@ -298,7 +298,10 @@ export default {
}
},
cancel () {
history.back()
this.$router.push({
path: '/knowledgeBase',
t: +new Date()
})
},
save () {
if (this.blockOperation.save) { return }