5.1日 暂定 水电表管理
This commit is contained in:
@@ -127,7 +127,9 @@ const currentVilageInfo = ref({
|
||||
|
||||
function init() {
|
||||
houseStore.getviliageinfo(localStorage.getItem('villageid')).then((res) => {
|
||||
currentVilageInfo.value = res;
|
||||
if (res) {
|
||||
currentVilageInfo.value = res;
|
||||
}
|
||||
});
|
||||
}
|
||||
init();
|
||||
|
||||
Reference in New Issue
Block a user