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