src/views/tms/GoodsShelvesList.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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); },