src/views/dnc/base/modules/DeviceStructure/DeviceStructureTree.vue
@@ -114,9 +114,11 @@ handleTreeSelect(selectedKeys, { node }) { let record = node.dataRef this.currentSelected = Object.assign({}, record) this.selectedKeys = selectedKeys // 向右侧父级组件发送当前选中树节点信息 this.$bus.$emit('sendDeviceTreeNodeInfo', this.currentSelected) if (selectedKeys.length === 0) return this.selectedKeys = selectedKeys }, /**