Просмотр исходного кода

优化环翠手机端

wulanhaote
hbao 3 лет назад
Родитель
Сommit
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.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.switchLoad();
this.tGeoOrganization.orgCode = landInfoList.orgCode;
coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {});
//this.tGeoOrganization.orgCode = landInfoList.orgCode;
//coordinatesUpdateGeo(this.tGeoOrganization.orgCode).then((res) => {});
} }
}); });
}) })


Загрузка…
Отмена
Сохранить