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

(cherry picked from commit 831b00fc78)
This commit is contained in:
chenjinsong
2023-03-16 18:02:44 +08:00
committed by 陈劲松
parent 9b2f2f5e21
commit 23c88ae447

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 }