yuhan 7 달 전
부모
커밋
58584aee4e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/components/module_interLock/UEquipmentTree/UEquipmentTreeDrag.vue

+ 1 - 0
src/components/module_interLock/UEquipmentTree/UEquipmentTreeDrag.vue

@@ -231,6 +231,7 @@
           pid: selectNode.pid,
           interlockType: selectNode.interlockType,
           limitType: selectNode.limitType,
+          groupId: selectNode.iotedgeGroupId,
         }
         this.$store.commit('SET_CLICKSYSTEMNODE', selectData);
         this.$store.commit('SET_TREESELECTKEYS', selectedKeys);