| src/views/trainingRegistration/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/trainingRegistration/index.vue
@@ -605,6 +605,11 @@ return; } if (that.userInfo.role_name == "培训公司管理员") { //如果是培训公司管理员 row["trainingUnitId"] = that.userInfo.dept_id; } row['number'] = (row.serialEnd-row.serialStart)+1; //创建人 row['creator'] = this.userInfo.Id;