|
@@ -1148,6 +1148,9 @@ export default {
|
|
init() {
|
|
init() {
|
|
this.loading = true;
|
|
this.loading = true;
|
|
this.check();
|
|
this.check();
|
|
|
|
+ this.xzfxIndex=-1;
|
|
|
|
+ this.ghfxIndex=-1;
|
|
|
|
+ this.sqsxIndex=-1;
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
this.analysis();
|
|
this.analysis();
|
|
}, 500);
|
|
}, 500);
|
|
@@ -1945,9 +1948,6 @@ export default {
|
|
this.initZbcy(this.item.geom);
|
|
this.initZbcy(this.item.geom);
|
|
|
|
|
|
this.sqsxAnalysis(this.item.geom);
|
|
this.sqsxAnalysis(this.item.geom);
|
|
- // this.sqsxAnalysis(
|
|
|
|
- // "POLYGON ((117.11419709081183 36.182983468640515, 117.11420047198547 36.18294635016128, 117.11421755948791 36.182947168376224, 117.11429144933 36.182950712593104, 117.11428765128782 36.18298780623907, 117.11421406714791 36.182984281554766, 117.11419709081183 36.182983468640515))"
|
|
|
|
- // );
|
|
|
|
this.ghfxAnalysis(this.item.geom);
|
|
this.ghfxAnalysis(this.item.geom);
|
|
this.xzfxAnalysis(this.item.geom);
|
|
this.xzfxAnalysis(this.item.geom);
|
|
|
|
|