แกไขคำผืด

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

@ -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",