fix: 写死知识库表单cancel路由
This commit is contained in:
@@ -298,7 +298,10 @@ export default {
|
||||
}
|
||||
},
|
||||
cancel () {
|
||||
history.back()
|
||||
this.$router.push({
|
||||
path: '/knowledgeBase',
|
||||
t: +new Date()
|
||||
})
|
||||
},
|
||||
save () {
|
||||
if (this.blockOperation.save) { return }
|
||||
|
||||
Reference in New Issue
Block a user