Bella 2 년 전
부모
커밋
ed1a1e0d70
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/views/ComprehensiveAnalysis.vue

+ 1 - 2
src/views/ComprehensiveAnalysis.vue

@@ -374,7 +374,7 @@ export default {
               type: data.properties.title,
               des: data.properties.desc,
               geojson: v.geojson,
-              geometryChecked: false,
+              geometryChecked: true,
               featureType: data.properties.featureType,
             };
           });
@@ -651,7 +651,6 @@ export default {
         this.$store.state.mapMethodsCollection
           .get("RENDER")
           .drawGeometry(geoType, data);
-        data.geometryChecked = true
 
         this.tableType = "personal";
         this.boxWidth = "300";