From a9bef5bc42f418ebbcb2d8c47d2bc64638b84faf Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 25 Jun 2026 17:19:10 +0700 Subject: [PATCH] fix --- src/modules/03_recruiting/components/TableCandidate.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue index 5df6fa66c..5ff53b467 100644 --- a/src/modules/03_recruiting/components/TableCandidate.vue +++ b/src/modules/03_recruiting/components/TableCandidate.vue @@ -387,7 +387,7 @@ async function clickPassExam() { document.body.removeChild(link); window.URL.revokeObjectURL(url); } catch (error) { - messageError($q); + messageError($q, error); } finally { hideLoader(); } @@ -412,7 +412,7 @@ async function clickCandidateList() { document.body.removeChild(link); window.URL.revokeObjectURL(url); } catch (error) { - messageError($q); + messageError($q, error); } finally { hideLoader(); }