dedsudiyu 1 ano atrás
pai
commit
d435cbffdb

+ 2 - 2
src/views/comprehensive/personnel/onDutyConfiguration/index.vue

@@ -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
                 })
               }