Selaa lähdekoodia

提交部门编号的问题

Lijy 4 viikkoa sitten
vanhempi
commit
e63504a0e2

+ 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();