|
|
@@ -1369,8 +1369,8 @@ export default {
|
|
|
topStore({
|
|
|
sortParam: this.sortParam,
|
|
|
sortType: this.sortType,
|
|
|
- lat: that.lat,
|
|
|
- lon: that.lon,
|
|
|
+ lat: that.lat || '',
|
|
|
+ lon: that.lon || '',
|
|
|
chainCode: this.chainCode,
|
|
|
storeLabelTypes: this.storeLabelTypes.join(','),
|
|
|
storeCategoryList: this.storeCategoryList,
|
|
|
@@ -1403,6 +1403,7 @@ export default {
|
|
|
this.list = [];
|
|
|
}
|
|
|
} else {
|
|
|
+ loading3.clear();
|
|
|
this.$dialog.alert({
|
|
|
title: '系统提示',
|
|
|
message: res.msg,
|