Bella 2 years ago
parent
commit
ed1a1e0d70
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/views/ComprehensiveAnalysis.vue

+ 1 - 2
src/views/ComprehensiveAnalysis.vue

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