浏览代码

LY 离职逻辑修改

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('修改成功'));