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