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(); }