แก้โหลดค้าง
This commit is contained in:
parent
6d5794f124
commit
3eb6677be2
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue