zhaowei
2025-05-09 572986f5a425bd4113b4d9f9a43dfcc58133e202
src/views/tms/WarehouseTree.vue
@@ -295,11 +295,9 @@
  },
  mounted() {
    this.$bus.$on('queryTreeData', this.queryTreeData);
    this.$bus.$on('clearTreeSelection', this.onClearSelected)
  },
  beforeDestroy() {
    this.$bus.$off('queryTreeData', this.queryTreeData);
    this.$bus.$off('clearTreeSelection', this.onClearSelected)
  },
  //监听
  watch: {