|
|
@@ -80,7 +80,6 @@
|
|
|
currentId: '',
|
|
|
treeList: [],
|
|
|
treeLoading: false,
|
|
|
- cacheKeyUrl: 'eos-439decaa-warehouseManagement-stockLedger-products2'
|
|
|
};
|
|
|
},
|
|
|
async created() {
|
|
|
@@ -95,10 +94,10 @@
|
|
|
if (val === 'products') {
|
|
|
this.cacheKeyUrl= "eos-439decaa-warehouseManagement-stockLedger-products2"
|
|
|
} else if (val === 'warehouse') {
|
|
|
- this.cacheKeyUrl= "eos-439decaa-warehouseManagement-stockLedger-warehouse"
|
|
|
+ this.cacheKeyUrl= "eos-439decaa-warehouseManagement-stockLedger-products3"
|
|
|
}
|
|
|
|
|
|
- this.$refs.listRef.getTabColumns(this.cacheKeyUrl)
|
|
|
+ this.$refs.listRef.setCacheKeyUrl(this.cacheKeyUrl)
|
|
|
},
|
|
|
async getTreeData() {
|
|
|
try {
|