ソースを参照

优化

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


読み込み中…
キャンセル
保存