|
|
@@ -80,7 +80,7 @@
|
|
|
currentId: '',
|
|
|
treeList: [],
|
|
|
treeLoading: false,
|
|
|
- cacheKeyUrl: 'eos-439decaa-warehouseManagement-stockLedger-products1'
|
|
|
+ cacheKeyUrl: 'eos-439decaa-warehouseManagement-stockLedger-products2'
|
|
|
};
|
|
|
},
|
|
|
async created() {
|
|
|
@@ -93,7 +93,7 @@
|
|
|
|
|
|
// //切换左侧维度,获取服务列表配置
|
|
|
if (val === 'products') {
|
|
|
- this.cacheKeyUrl= "eos-439decaa-warehouseManagement-stockLedger-products1"
|
|
|
+ this.cacheKeyUrl= "eos-439decaa-warehouseManagement-stockLedger-products2"
|
|
|
} else if (val === 'warehouse') {
|
|
|
this.cacheKeyUrl= "eos-439decaa-warehouseManagement-stockLedger-warehouse"
|
|
|
}
|