浏览代码

update AMap.vue

reghao 1 年之前
父节点
当前提交
23186b9aca
共有 1 个文件被更改,包括 1 次插入2 次删除
  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)
       })
     },