|
@@ -324,7 +324,7 @@ export default {
|
|
isAggregation: false
|
|
isAggregation: false
|
|
}]
|
|
}]
|
|
let that = this
|
|
let that = this
|
|
- getNearEvent1(that.longitude, that.latitude,'').then(res => {
|
|
|
|
|
|
+ getNearEvent1(that.longitude, that.latitude).then(res => {
|
|
that.markersList = []
|
|
that.markersList = []
|
|
that.eventList = res.data
|
|
that.eventList = res.data
|
|
if (that.eventList != null && that.eventList.length > 0) {
|
|
if (that.eventList != null && that.eventList.length > 0) {
|