diff --git a/src/modules/01_exam/components/ExamForm.vue b/src/modules/01_exam/components/ExamForm.vue index 436d177..e0e022d 100644 --- a/src/modules/01_exam/components/ExamForm.vue +++ b/src/modules/01_exam/components/ExamForm.vue @@ -363,8 +363,9 @@ const saveData = async () => { .then(async () => { if (!props.stepPayment) { secondDialog.value = true + } else { + success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ') } - success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ') await saveForm() await props.fetchStep() dialog.value = false