|
@@ -379,7 +379,9 @@ export default {
|
|
// that.markersList.push(markersMap)
|
|
// that.markersList.push(markersMap)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- that.dataChat()
|
|
|
|
|
|
+ if(this.showSearch == true){
|
|
|
|
+ this.dataChat();
|
|
|
|
+ }
|
|
that.$refs.supermap.clearM(false)
|
|
that.$refs.supermap.clearM(false)
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
that.$refs.supermap.setMarkers(that.markersList)
|
|
})
|
|
})
|