|
|
@@ -1652,7 +1652,7 @@ export default { |
|
|
|
// }) |
|
|
|
this.switchLoad(); |
|
|
|
this.tGeoOrganization.orgCode = houseInfoList.orgCode; |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization).then((res) => {}); |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {}); |
|
|
|
} |
|
|
|
}); |
|
|
|
}) |
|
|
@@ -1775,7 +1775,7 @@ export default { |
|
|
|
//列表更新 |
|
|
|
this.switchLoad(); |
|
|
|
this.tGeoOrganization.orgCode = landInfoList.orgCode; |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization).then((res) => {}); |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {}); |
|
|
|
} |
|
|
|
}); |
|
|
|
}) |
|
|
|