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