From 47b15ce919c1a81065efb524ad6e37bbf081f95f Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 25 Nov 2025 17:27:38 +0700 Subject: [PATCH] fix:success --- src/modules/01_exam/components/ExamForm.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/modules/01_exam/components/ExamForm.vue b/src/modules/01_exam/components/ExamForm.vue index e0e022d..b207038 100644 --- a/src/modules/01_exam/components/ExamForm.vue +++ b/src/modules/01_exam/components/ExamForm.vue @@ -291,9 +291,9 @@ const saveForm = async () => { .catch((e) => { messageError($q, e) }) - .finally(async () => { - await props.fetchStep() - }) + // .finally(async () => { + // // await props.fetchStep() + // }) } const clickSave = async () => { @@ -363,9 +363,10 @@ const saveData = async () => { .then(async () => { if (!props.stepPayment) { secondDialog.value = true - } else { - success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ') } + // else { + // success($q, 'บันทึกข้อมูลส่วนตัวสำเร็จ') + // } await saveForm() await props.fetchStep() dialog.value = false