dedsudiyu 1 년 전
부모
커밋
d435cbffdb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/comprehensive/personnel/onDutyConfiguration/index.vue

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