maxiaoxiao 2 kuukautta sitten
vanhempi
commit
8479deb33b
1 muutettua tiedostoa jossa 11 lisäystä ja 11 poistoa
  1. 11 11
      src/components/Query/clickQuery/clickQuery.vue

+ 11 - 11
src/components/Query/clickQuery/clickQuery.vue

@@ -747,17 +747,17 @@ export default {
       } else {
         handnew(movement,(id)=> this.getFenCengFenHu(id,store.state.checkedData));
       }
-      let newArr = [];
-      GetHouseInfo({ id: "2c01647f-4533-4472-b20b-f5caa4c705b0" }).then(
-        (res) => {
-          for (const [key, value] of Object.entries(res.data)) {
-            newArr.push({ name: keyName[key], value: value });
-          }
-          this.addLayerList(title);
-          this.queryResults[this.activeLayerId] = [newArr];
-          this.queryResultsGeom[this.activeLayerId] = [];
-        }
-      );
+      // let newArr = [];
+      // GetHouseInfo({ id: "2c01647f-4533-4472-b20b-f5caa4c705b0" }).then(
+      //   (res) => {
+      //     for (const [key, value] of Object.entries(res.data)) {
+      //       newArr.push({ name: keyName[key], value: value });
+      //     }
+      //     this.addLayerList(title);
+      //     this.queryResults[this.activeLayerId] = [newArr];
+      //     this.queryResultsGeom[this.activeLayerId] = [];
+      //   }
+      // );
     },
     getFenCengFenHu(id, obj) {
       let newArr = [];