From b89920e706e4ccff1287c7460e25359cb22dc9b4 Mon Sep 17 00:00:00 2001 From: setthawutttty Date: Fri, 24 Jan 2025 09:31:47 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=AD=E0=B8=B2=20=E0=B8=9D?= =?UTF-8?q?=E0=B9=88=E0=B8=B2=E0=B8=A2=E0=B8=AD=E0=B8=AD=E0=B8=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/02_organization/components/DialogFormAgency.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/02_organization/components/DialogFormAgency.vue b/src/modules/02_organization/components/DialogFormAgency.vue index bb9776c56..1664e70c1 100644 --- a/src/modules/02_organization/components/DialogFormAgency.vue +++ b/src/modules/02_organization/components/DialogFormAgency.vue @@ -573,7 +573,7 @@ watch( emit-value map-options v-model="formData.orgLevelSub" - :options="orgLevelSubOptionMain" + :options="formData.orgLevel == 'DIVISION' ? orgLevelSubOptionMain.filter((item:any)=> item.id !== 'FACTION'):orgLevelSubOptionMain" label="ระดับของส่วนราชการ(ซับ)" :rules="[ (val:string) => !!val || 'กรุณาเลือกระดับของส่วนราชการ (ซับ)',