fix load report ถึงแก่กรรม

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-12-25 20:41:31 +07:00
parent 3dcc397c76
commit b4a4d8c641

View file

@ -75,9 +75,10 @@ async function fileDownload(type: string) {
})
.catch(async (e) => {
messageError($q, JSON.parse(await e.response.data.text()));
hideLoader();
})
.finally(() => {});
.finally(() => {
hideLoader();
});
}
/** Hook */