cuilei
2025-05-12 5458ac7c681ea32708229ca312dc7d8446720dc7
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: {