|
@@ -334,7 +334,7 @@
|
|
deptName:this.treeAddForm.teaCherDpetList[i].deptName,
|
|
deptName:this.treeAddForm.teaCherDpetList[i].deptName,
|
|
deptShortName:this.treeAddForm.teaCherDpetList[i].deptShortName,
|
|
deptShortName:this.treeAddForm.teaCherDpetList[i].deptShortName,
|
|
state:this.treeAddForm.teaCherDpetList[i].state,
|
|
state:this.treeAddForm.teaCherDpetList[i].state,
|
|
- deptType:this.treeAddForm.parentId == this.parentId ? this.treeAddForm.deptType : 0,
|
|
|
|
|
|
+ deptType:this.treeAddForm.parentId == this.parentId ? this.treeAddForm.teaCherDpetList[i].deptType : 0,
|
|
}
|
|
}
|
|
newObj.teaCherDpetList.push(obj);
|
|
newObj.teaCherDpetList.push(obj);
|
|
}
|
|
}
|