fix report

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-21 13:11:22 +07:00
parent b194cb2a25
commit b925026c2f
4 changed files with 61 additions and 57 deletions

View file

@ -52,8 +52,8 @@ async function genReportXLSX(
URL.revokeObjectURL(url);
}
})
.catch(async (e) => {
messageError($q, JSON.parse(await e.response.data.text()));
.catch((e) => {
messageError($q, e);
})
.finally(() => {
hideLoader();