From d6179a947abc027d858c1e73c4ef4cd0270940a3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Thu, 20 Nov 2025 16:13:40 +0700 Subject: [PATCH] fix:close dialog --- src/modules/01_exam/components/ExamForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)