|
@@ -655,6 +655,7 @@
|
|
|
let obj = {
|
|
|
deptId:this.treeForm.id,
|
|
|
deptName:this.treeForm.deptName,
|
|
|
+ deptType:this.treeForm.deptType,
|
|
|
}
|
|
|
updateDeptName(obj).then(response => {
|
|
|
this.treeOpen = false;
|
|
@@ -670,6 +671,7 @@
|
|
|
parentId:this.treeForm.parentId,
|
|
|
ancestors:this.treeForm.ancestors,
|
|
|
deptName:this.treeForm.deptName,
|
|
|
+ deptType:this.treeForm.deptType,
|
|
|
};
|
|
|
putDeptByTeacher(obj).then(response => {
|
|
|
this.treeOpen = false;
|
|
@@ -705,6 +707,7 @@
|
|
|
parentId:this.treeAddForm.id,
|
|
|
deptNum:this.treeAddForm.teaCherDpetList[i].deptNum,
|
|
|
deptName:this.treeAddForm.teaCherDpetList[i].deptName,
|
|
|
+ deptType:this.treeAddForm.teaCherDpetList[i].deptType,
|
|
|
}
|
|
|
newObj.teaCherDpetList.push(obj);
|
|
|
}
|