แก้โหลดค้าง

This commit is contained in:
STW_TTTY\stwtt 2024-10-03 09:55:15 +07:00
parent 6d5794f124
commit 3eb6677be2
2 changed files with 3 additions and 1 deletions

View file

@ -161,6 +161,7 @@ async function fetchProvince() {
registAddress.value.subDistrictId = "";
registAddress.value.zipCode = "";
registAddress.value.districtId = "";
hideLoader();
} else {
registAddress.value.provinceId = await addressData.value
.registProvinceId;
@ -190,6 +191,7 @@ async function fetchProvince() {
currentAddress.value.subDistrictId = "";
currentAddress.value.zipCode = "";
currentAddress.value.districtId = "";
hideLoader();
} else {
currentAddress.value.provinceId = addressData.value.currentProvinceId;
currentAddress.value.zipCode = addressData.value.currentZipCode;

View file

@ -242,7 +242,7 @@ watch(
<q-separator />
<q-card-section>
<q-card-section class="scroll" style="max-height: 80vh">
<div class="row q-col-gutter-sm">
<div class="col-12">
<FormInformationsPage