diff --git a/src/modules/03_recruiting/components/TableCandidate.vue b/src/modules/03_recruiting/components/TableCandidate.vue index 456c48064..e80972eee 100644 --- a/src/modules/03_recruiting/components/TableCandidate.vue +++ b/src/modules/03_recruiting/components/TableCandidate.vue @@ -409,6 +409,10 @@ async function onCheckShowExaminfo() { examId: examId.value, }); await props.fetchData(); + success( + $q, + "เปิดให้ดาวน์โหลดใบสมัคร แสดงสถานที่สอบ และเลขประจำตัวสอบสำเร็จ" + ); } catch (error) { messageError($q, error); } finally {