소스 검색

优化

wulanhaote
hbao 3 년 전
부모
커밋
7fc1940cc8
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. +4
    -4
      src/views/homestead/index.vue

+ 4
- 4
src/views/homestead/index.vue 파일 보기

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


불러오는 중...
취소
저장