fix load report ถึงแก่กรรม
This commit is contained in:
parent
3dcc397c76
commit
b4a4d8c641
1 changed files with 3 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue