浏览代码

提交部门编号的问题

Lijy 4 周之前
父节点
当前提交
e63504a0e2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

+ 1 - 0
fhKeeper/formulahousekeeper/timesheet/src/views/team/index.vue

@@ -3443,6 +3443,7 @@ export default {
                   this.depData.label = form.name;
                   this.depData.managerId = form.managerId;
                   this.depData.otherManagerIds = form.otherManagerIds;
+                  this.depData.deptCode = form.deptCode;
                 }
 
                 this.getDepartment();