|
|
@@ -125,6 +125,7 @@
|
|
|
@zoomend="zoomend"
|
|
|
:min-zoom="12"
|
|
|
@ready="handler"
|
|
|
+ @reload="reload"
|
|
|
ref="myMap">
|
|
|
<!-- :minClusterSize="minClusterSize"-->
|
|
|
<bml-marker-clusterer :averageCenter="false" :styles="styless">
|
|
|
@@ -846,7 +847,7 @@ export default {
|
|
|
this.getStoreLabels();
|
|
|
this.$nextTick(() => {
|
|
|
// this.onClickLeft1();
|
|
|
- this.getposition();
|
|
|
+ // this.getposition();
|
|
|
});
|
|
|
},
|
|
|
methods: {
|
|
|
@@ -1029,6 +1030,9 @@ export default {
|
|
|
this.listData = this.list;
|
|
|
}
|
|
|
},
|
|
|
+ reload() {
|
|
|
+ debugger;
|
|
|
+ },
|
|
|
handler({ BMap, map }) {
|
|
|
this.mapk = map;
|
|
|
this.mapks = BMap;
|
|
|
@@ -1059,6 +1063,7 @@ export default {
|
|
|
this.getMapposition(e, '1', this.$route.query.tabVal);
|
|
|
},
|
|
|
getMapposition(e, type, listType) {
|
|
|
+ debugger;
|
|
|
var that = this;
|
|
|
var typeList = -1;
|
|
|
var input = [e.target.re.lat, e.target.re.lng];
|
|
|
@@ -1257,7 +1262,8 @@ export default {
|
|
|
that.latmy = location.lat;
|
|
|
that.lonmy = location.lon;
|
|
|
that.mapk.centerAndZoom(new BMap.Point(location.lon, location.lat), 18);
|
|
|
- that.getUserOutPlaList('2');
|
|
|
+ this.onSearch();
|
|
|
+ // that.getUserOutPlaList('2');
|
|
|
// setTimeout(()=>{
|
|
|
// that.getUserOutPlaList()
|
|
|
// },2000)
|
|
|
@@ -1304,6 +1310,7 @@ export default {
|
|
|
this.getpointList(row);
|
|
|
},
|
|
|
getpointList(val) {
|
|
|
+ debugger;
|
|
|
var that = this;
|
|
|
let loading3 = this.$toast.loading({
|
|
|
duration: 0,
|
|
|
@@ -1608,6 +1615,7 @@ export default {
|
|
|
}
|
|
|
});
|
|
|
} else {
|
|
|
+ debugger;
|
|
|
getUserOrgStoreList({
|
|
|
type: 2,
|
|
|
lon: this.lon,
|