zhaowei
8 天以前 12c1c0b3df4956739aa68505078e4561922a1124
Merge remote-tracking branch 'origin/master'
已修改1个文件
8 ■■■■ 文件已修改
src/views/tms/GoodsShelvesList.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/tms/GoodsShelvesList.vue
@@ -262,12 +262,8 @@
    mounted() {
      this.handleGetCurrSelected = (data) => {
        this.treeSelected = data;
        if (data.entity && data.entity.leafFlag === '1') {
          this.queryParam.warehouseId = data.key;
          this.loadData();
        } else {
          this.dataSource = []
        }
        this.queryParam.warehouseId = data.key;
        this.loadData();
      }
      this.$bus.$on('getCurrSelected', this.handleGetCurrSelected);
    },