diff --git a/src/views/modules/partygroup/partygroup-add-or-update.vue b/src/views/modules/partygroup/partygroup-add-or-update.vue index 5cc3f3a..2ed2041 100644 --- a/src/views/modules/partygroup/partygroup-add-or-update.vue +++ b/src/views/modules/partygroup/partygroup-add-or-update.vue @@ -145,6 +145,7 @@ export default { }, init () { this.visible = true + this.userIdList = [] this.$nextTick(() => { this.$refs['dataForm'].resetFields() if (this.dataForm.id) {