|
@@ -1108,7 +1108,7 @@ export default {
|
|
|
getUserOrgStoreList({
|
|
getUserOrgStoreList({
|
|
|
lat: that.lat,
|
|
lat: that.lat,
|
|
|
lon: that.lon,
|
|
lon: that.lon,
|
|
|
- chainCode: this.chainCode,
|
|
|
|
|
|
|
+ chainCode: this.chainCode ? this.chainCode : '',
|
|
|
storeLabelTypes: this.storeLabelTypes.join(','),
|
|
storeLabelTypes: this.storeLabelTypes.join(','),
|
|
|
pageNum: this.pageNum,
|
|
pageNum: this.pageNum,
|
|
|
storeCategoryList: this.storeCategoryList,
|
|
storeCategoryList: this.storeCategoryList,
|
|
@@ -1294,7 +1294,7 @@ export default {
|
|
|
getUserOutPlaList({
|
|
getUserOutPlaList({
|
|
|
lat: that.lat,
|
|
lat: that.lat,
|
|
|
lon: that.lon,
|
|
lon: that.lon,
|
|
|
- chainCode: this.chainCode,
|
|
|
|
|
|
|
+ chainCode: this.chainCode ? this.chainCode : '',
|
|
|
storeLabelTypes: this.storeLabelTypes.join(','),
|
|
storeLabelTypes: this.storeLabelTypes.join(','),
|
|
|
pageNum: this.pageNum,
|
|
pageNum: this.pageNum,
|
|
|
storeCategoryList: this.storeCategoryList,
|
|
storeCategoryList: this.storeCategoryList,
|