แกไขคำผืด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-10 16:22:56 +07:00
parent 27044dad1d
commit 55fe5e8651
2 changed files with 4 additions and 4 deletions

View file

@ -606,7 +606,6 @@ onMounted(async () => {
@click="onCilckNextStep()"
/>
<<<<<<< HEAD
<q-btn
v-else-if="
store.step >= store.currentStep &&
@ -617,9 +616,6 @@ onMounted(async () => {
color="public"
@click="onCilckNextStep()"
/>
=======
<q-btn v-else-if="store.step >= store.currentStep && (store.step == 3 || store.step == 7)" unelevated label="นเอกการ" color="public" @click="onCilckNextStep()" />
>>>>>>> develop
<q-btn v-if="store.step >= store.currentStep && store.step == 2 && store.statusUpload" unelevated label="ดำเนินการต่อ" color="public" @click="onCilckNextStep()" />
<q-btn v-if="store.step >= store.currentStep && store.step == 6 && store.statusUpload" unelevated label="ดำเนินการต่อ" color="public" @click="onCilckNextStep()" />

View file

@ -57,6 +57,9 @@ async function fetchDocument(fileName: string) {
})
.catch((err) => {
messageError($q, err);
})
.finally(() => {
showLoader();
}));
}
@ -65,6 +68,7 @@ async function fetchDocument(fileName: string) {
* @param url งกดาวนโหลดไฟล
*/
async function downloadFile(url: string) {
showLoader();
await axios
.get(url, {
responseType: "blob",