소스 검색

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)
       })
     },