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) => {}); } }); })