Browse Source

提交部门编号的问题

Lijy 4 weeks ago
parent
commit
e63504a0e2
1 changed files with 1 additions and 0 deletions
  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.label = form.name;
                   this.depData.managerId = form.managerId;
                   this.depData.managerId = form.managerId;
                   this.depData.otherManagerIds = form.otherManagerIds;
                   this.depData.otherManagerIds = form.otherManagerIds;
+                  this.depData.deptCode = form.deptCode;
                 }
                 }
 
 
                 this.getDepartment();
                 this.getDepartment();