This commit is contained in:
alvis
2021-01-26 09:14:15 +08:00
parent 7fc051fdb0
commit 3be08dfa92
46 changed files with 558 additions and 548 deletions

View File

@@ -65,6 +65,7 @@ export default {
})
},
resetForm () {
let lastId = this.form.id
this.$refs['form'].resetFields()
this.form = {
id: null,
@@ -72,6 +73,7 @@ export default {
level: 1,
levelName: ''
}
this.form.id = lastId
},
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })
},