From a109289e1c47673866a1e9b384d549faf93a68ac Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 24 Nov 2025 14:00:46 +0700 Subject: [PATCH] Noiti success --- src/modules/03_recruiting/components/TableCandidate.vue | 4 ++++ 1 file changed, 4 insertions(+) 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 {