From 5a7622a0c74f0f3663df4f3a3910c2632c56e4e1 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Mon, 12 Feb 2024 14:13:07 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4=E0=B8=81=E0=B8=B2=E0=B8=A3=E0=B8=A8=E0=B8=B6?= =?UTF-8?q?=E0=B8=81=E0=B8=A9=E0=B8=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registry/components/Education.vue | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/modules/04_registry/components/Education.vue b/src/modules/04_registry/components/Education.vue index fef013fe2..2044a6325 100644 --- a/src/modules/04_registry/components/Education.vue +++ b/src/modules/04_registry/components/Education.vue @@ -369,11 +369,19 @@ > +
+ {{ isEducation }} ({ levelOptions: [], positionPathOptions: [], }); -const isEducation = ref(); +const isEducation = ref(); const institute = ref(); const degree = ref(); const field = ref(); @@ -1443,7 +1452,7 @@ const addData = () => { modal.value = true; edit.value = true; levelId.value = ""; - isEducation.value = false; + isEducation.value = null; institute.value = ""; degree.value = ""; field.value = "";