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