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