Explorar el Código

优化

wulanhaote
hbao hace 3 años
padre
commit
7fc1940cc8
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      src/views/homestead/index.vue

+ 4
- 4
src/views/homestead/index.vue Ver fichero

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


Cargando…
Cancelar
Guardar