Ver Fonte

update AMap.vue

reghao há 1 ano atrás
pai
commit
23186b9aca
1 ficheiros alterados com 1 adições e 2 exclusões
  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)
       })
     },