소스 검색

优化环翠手机端

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

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

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


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