diff --git a/src/views/xgf/flow_audit/users.vue b/src/views/xgf/flow_audit/users.vue index 01602bd..c3c504d 100644 --- a/src/views/xgf/flow_audit/users.vue +++ b/src/views/xgf/flow_audit/users.vue @@ -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) => { }) },