bug修复

This commit is contained in:
alvis
2020-11-27 10:54:13 +08:00
parent 6cc0613668
commit 36e885ffde
21 changed files with 213 additions and 210 deletions

View File

@@ -90,8 +90,11 @@ export default {
},
resetForm () {
this.$refs['form'].resetFields()
this.options = []
this.form.receiveUserIds = []
this.form = {
title: '',
content: '',
receiveUserIds: []
}
},
...mapActions('tagsView', { delCurrentView: 'delCurrentView' })
}