From a521131c5b8b74faf9ed9471024daa34d3d0e3d4 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Wed, 27 Oct 2021 15:39:44 +0800
Subject: [PATCH] 考试申请修改
---
src/views/trainingRegistration/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/trainingRegistration/index.vue b/src/views/trainingRegistration/index.vue
index b3336fa..ad2c4bf 100644
--- a/src/views/trainingRegistration/index.vue
+++ b/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) {
--
Gitblit v1.9.3