From efa9b6348c37e62d8daee28b7ba5f55d755606ce Mon Sep 17 00:00:00 2001 From: hbao Date: Wed, 22 Sep 2021 15:43:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=8E=AF=E7=BF=A0=E6=89=8B?= =?UTF-8?q?=E6=9C=BA=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homestead/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/homestead/index.vue b/src/views/homestead/index.vue index abe3d865..3e3bbe73 100644 --- a/src/views/homestead/index.vue +++ b/src/views/homestead/index.vue @@ -1651,8 +1651,8 @@ export default { // } // }) this.switchLoad(); - this.tGeoOrganization.orgCode = houseInfoList.orgCode; - coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {}); + //this.tGeoOrganization.orgCode = houseInfoList.orgCode; + //coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {}); } }); }) @@ -1774,8 +1774,8 @@ export default { // } //列表更新 this.switchLoad(); - this.tGeoOrganization.orgCode = landInfoList.orgCode; - coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {}); + //this.tGeoOrganization.orgCode = landInfoList.orgCode; + //coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {}); } }); })