Browse Source

update AMap.vue

reghao 1 year ago
parent
commit
23186b9aca
1 changed files with 1 additions and 2 deletions
  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)
       })
     },