彭宇 преди 2 години
родител
ревизия
6a87e7bcda
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/eventLocation.vue

+ 1 - 1
src/components/eventLocation.vue

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