From ea05b899a18d74a06a7f91b228ab387e3c14e1fb Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Wed, 9 Apr 2025 13:38:10 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=20=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B8=98=E0=B8=B5=E0=B8=AE=E0=B8=B1=E0=B8=88=20?= =?UTF-8?q?=E0=B8=94=E0=B8=B1=E0=B8=81=E0=B8=88=E0=B8=B2=E0=B8=81=20status?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/05_leave/views/EditPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/05_leave/views/EditPage.vue b/src/modules/05_leave/views/EditPage.vue index 40107ac..2d28a06 100644 --- a/src/modules/05_leave/views/EditPage.vue +++ b/src/modules/05_leave/views/EditPage.vue @@ -114,9 +114,9 @@ const modelSpecific = computed(() => { (x) => x.id == formData.leaveTypeId )?.code; - if (code == "LV-006" && formData.ordainDayLocationName != "") { + if (code == "LV-006" && formData.hajjDayStatus == false) { return "b1"; - } else if (code == "LV-006" && formData.ordainDayLocationName == "") { + } else if (code == "LV-006" && formData.hajjDayStatus == true) { return "b2"; } else if (code == "LV-008" && formData.studyDayTrainingSubject == "") { return "s1";