This commit is contained in:
alvis
2021-01-28 10:22:59 +08:00
parent e97a614832
commit f2d0192277
4 changed files with 5 additions and 3 deletions

View File

@@ -89,12 +89,14 @@ export default {
})
},
resetForm () {
let lastId = this.form.id
this.$refs['form'].resetFields()
this.form = {
title: '',
content: '',
receiveUserIds: []
}
this.form.id = lastId
},
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })
}