|
@@ -430,8 +430,8 @@
|
|
if(!item.children[0]){
|
|
if(!item.children[0]){
|
|
obj.subjectList.push({
|
|
obj.subjectList.push({
|
|
id:item.data.subOrDeptId,
|
|
id:item.data.subOrDeptId,
|
|
- deptId:item.data.parentId,
|
|
|
|
- deptName:item.data.parentName,
|
|
|
|
|
|
+ deptId:item.data.deptId,
|
|
|
|
+ deptName:item.data.deptName,
|
|
name:item.label
|
|
name:item.label
|
|
})
|
|
})
|
|
}
|
|
}
|