|
|
@@ -1297,8 +1297,8 @@ export default { |
|
|
|
houseRemove(this.houseInfoList.id).then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
this.hideEditNav(); |
|
|
|
this.tGeoOrganization.orgCode = this.houseInfoList.orgCode; |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization).then((res) => {}); |
|
|
|
// this.tGeoOrganization.orgCode = this.houseInfoList.orgCode; |
|
|
|
// coordinatesUpdateGeo(this.tGeoOrganization).then((res) => {}); |
|
|
|
} |
|
|
|
}); |
|
|
|
} else { |
|
|
@@ -1306,8 +1306,8 @@ export default { |
|
|
|
landRemove(this.landInfoList.id).then((res) => { |
|
|
|
if (res.code == 200) { |
|
|
|
this.hideEditNav(); |
|
|
|
this.tGeoOrganization.orgCode = this.landInfoList.orgCode; |
|
|
|
coordinatesUpdateGeo(this.tGeoOrganization).then((res) => {}); |
|
|
|
// this.tGeoOrganization.orgCode = this.landInfoList.orgCode; |
|
|
|
// coordinatesUpdateGeo(this.tGeoOrganization).then((res) => {}); |
|
|
|
} |
|
|
|
}); |
|
|
|
} |
|
|
|