This commit is contained in:
alvis
2021-02-04 10:22:14 +08:00
parent 5f31d444d4
commit be2b51ad1e
45 changed files with 191 additions and 189 deletions

View File

@@ -104,6 +104,7 @@ export default {
})
},
resetForm () {
let lastId = this.form.id
this.$refs['form'].resetFields()
this.form = {
id: null,
@@ -117,6 +118,7 @@ export default {
birthDay: null,
phone: null
}
this.form.id = lastId
},
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })
},