解决无法多选bug

main
liujun 2023-12-23 15:08:42 +08:00
parent b1d32efa49
commit 206d7bd90c
1 changed files with 9 additions and 0 deletions

View File

@ -230,6 +230,15 @@ export default {
this.getUserList(this.TRAINING_BATCH_ID)
this.getDataById(this.TRAINING_BATCH_ID)
this.dialogVisible = false
this.form = {
TRAINING_BATCH_ID: this.TRAINING_BATCH_ID,
TRAIN_USERS_ID: '',
USER_COUNT: '',
type: 2,
IS_STATE: 1,
OPINION: '',
USER_ID: ''
}
}).catch((e) => {
})
},