ly 3 роки тому
батько
коміт
31210117e8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      ui/src/views/training/training/index.vue

+ 1 - 1
ui/src/views/training/training/index.vue

@@ -1180,7 +1180,7 @@ export default {
           this.form.trainer = trainerId;
           this.form.position = id;
           this.form.unit = u;
-          this.form.nonParticipants = parentId;
+          // this.form.nonParticipants = parentId;
           if (this.form.id != null) {
             updateTraining(this.form).then(response => {
               this.msgSuccess(this.$t('修改成功'));