diff --git a/src/modules/01_exam/components/ExamForm.vue b/src/modules/01_exam/components/ExamForm.vue index 7c3c3ea..23bc878 100644 --- a/src/modules/01_exam/components/ExamForm.vue +++ b/src/modules/01_exam/components/ExamForm.vue @@ -448,6 +448,7 @@ async function onSubmit() { saveAuto.value = false await saveData() await http.post(config.API.registerConfirm(examId.value, positionId.value)) + success($q, 'ส่งใบสมัครสำเร็จ') await props.fetchStep() // do something } catch (error) {