|
|
@@ -816,6 +816,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
activated() {
|
|
|
+ this.storeCode = localStorage.getItem('rangeStoreCode');
|
|
|
// 获取地图范围 字典
|
|
|
this.getMapRange();
|
|
|
this.resultmap = [];
|
|
|
@@ -829,7 +830,6 @@ export default {
|
|
|
this.msgshow = false;
|
|
|
this.storeName = localStorage.getItem('outvstoreName');
|
|
|
this.chainName = localStorage.getItem('outvchainName');
|
|
|
- this.storeCode = localStorage.getItem('rangeStoreCode');
|
|
|
if (localStorage.getItem('outvstoreLabelTypes') != null) {
|
|
|
this.storeLabelTypes = localStorage.getItem('outvstoreLabelTypes').split(',');
|
|
|
} else {
|