Administrator
2021-10-27 a521131c5b8b74faf9ed9471024daa34d3d0e3d4
src/views/trainingRegistration/index.vue
@@ -628,14 +628,14 @@
      //   return;
      // }
      // if (that.userInfo.role_name == "培训公司管理员") {
      //   //如果是培训公司管理员
      //   row["trainingUnitId"] = that.userInfo.dept_id;
      // }
      if (that.userInfo.role_name == "培训公司管理员") {
        //如果是培训公司管理员
        row["trainingUnitId"] = that.userInfo.dept_id;
      }
      // row["number"] = row.serialEnd - row.serialStart + 1;
      // //创建人
      // row["creator"] = this.userInfo.Id;
      row["creator"] = this.userInfo.Id;
      let cho = this.choiceName;
      let str = "";
      for (let k in cho) {