From a3526f7212a07e0598feccc2383007ae88219730 Mon Sep 17 00:00:00 2001 From: Kittapath Date: Wed, 18 Oct 2023 02:33:26 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=8A=E0=B9=87=E0=B8=84=E0=B9=80?= =?UTF-8?q?=E0=B8=87=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99=E0=B9=84=E0=B8=82?= =?UTF-8?q?=E0=B8=AA=E0=B8=A1=E0=B8=B1=E0=B8=84=E0=B8=A3=E0=B8=AA=E0=B8=AD?= =?UTF-8?q?=E0=B8=9A=E0=B8=95=E0=B9=89=E0=B8=AD=E0=B8=87=E0=B8=A1=E0=B8=B5?= =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1=E0=B8=95=E0=B8=B4?= =?UTF-8?q?=E0=B8=97=E0=B8=B3=E0=B8=87=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f705bd2..e1aa1ef 100644 --- a/src/modules/01_exam/components/ExamForm.vue +++ b/src/modules/01_exam/components/ExamForm.vue @@ -251,7 +251,7 @@ const saveData = async () => { if (suc) { await formOccupation.value.validate().then(async (suc: boolean) => { if (suc) { - if (defaultCareer == true) { + if (defaultCareer.value == true) { await formContact.value.validate().then(async (suc: boolean) => { if (suc) { loaderPage(true)