lyh
2025-05-09 79dda6eb5451d16a148bd5c51f61567e8847b136
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: {