Browse Source

优化

wulanhaote
hbao 3 years ago
parent
commit
7fc1940cc8
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      src/views/homestead/index.vue

+ 4
- 4
src/views/homestead/index.vue View File

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


Loading…
Cancel
Save