src/views/dnc/base/modules/DeviceStructure/DeviceStructureMain.vue
@@ -37,7 +37,7 @@
      DeviceStructureMainBottom
    },
    created() {
      this.$bus.$on('sendCurrentTreeNodeInfo', this.receiveCurrentTreeNodeInfo)
      this.$bus.$on('sendDeviceTreeNodeInfo', this.receiveCurrentTreeNodeInfo)
    },
    data() {
      return {
@@ -58,7 +58,6 @@
            if (this.$refs.mainTopRef) this.$refs.mainTopRef.releaseLoadDocumentListApi()
          })
        }
        console.log('currentTreeNodeInfo------------------', this.currentTreeNodeInfo)
      }
    }
  }