Explorar el Código

LY 离职逻辑修改

ly hace 3 años
padre
commit
31210117e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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('修改成功'));