Browse Source

update AMap.vue

reghao 1 năm trước cách đây
mục cha
commit
23186b9aca
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/views/map/AMap.vue

+ 1 - 2
src/views/map/AMap.vue

@@ -184,8 +184,7 @@ export default {
         })
         this.massMarks = massMarks
 
-        const type = 0
-        this.getMapMarkersWrapper(type)
+        this.getMapMarkersWrapper(this.selectedOption)
         // this.getMapMarkersWrapper1(type)
       })
     },