KPI => report

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-07-04 09:43:48 +07:00
parent 68e48ad94f
commit 7a483649d4

View file

@ -179,8 +179,8 @@ function genPDf(data: any) {
}, 1500);
})
.catch(async (e) => {
messageError($q, JSON.parse(await e.response.data.text()));
hideLoader();
messageError($q, e);
});
}