|
@@ -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 = [];
|