From a27373ba1c4c3e9b87e22f9a1a06288fdf8dba01 Mon Sep 17 00:00:00 2001 From: oat_dev Date: Fri, 29 Mar 2024 09:25:12 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7?= =?UTF-8?q?=E0=B8=B1=E0=B8=95=E0=B8=B4=E0=B9=80=E0=B8=9B=E0=B8=A5=E0=B8=B5?= =?UTF-8?q?=E0=B9=88=E0=B8=A2=E0=B8=99=E0=B8=8A=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=20=E0=B8=A5=E0=B8=9Aclearable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../detail/PersonalInformation/02_NameChangeHistory.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue index b5be35f35..d8b272d21 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/02_NameChangeHistory.vue @@ -719,7 +719,6 @@ function filterSelector(val: string, update: Function, refData: string) { v-model="changeNameData.status" :options="statusOption" label="สถานะการเปลี่ยนชื่อ" - clearable use-input input-debounce="0" :rules="[ @@ -751,7 +750,6 @@ function filterSelector(val: string, update: Function, refData: string) { outlined use-input lazy-rules - clearable emit-value map-options :rules="[(val) => !!val || `${'กรุณาเลือกคำนำหน้าชื่อ'}`]"