From b7a6c919ec1a2b23dbb7e083f6cab75b1222ee21 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Mon, 20 May 2024 09:41:43 +0700 Subject: [PATCH] =?UTF-8?q?fix=20bug=20=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=A5=E0=B8=AA=E0=B9=88=E0=B8=A7=E0=B8=99?= =?UTF-8?q?=E0=B8=95=E0=B8=B1=E0=B8=A7=20>=20=E0=B8=82=E0=B9=89=E0=B8=AD?= =?UTF-8?q?=E0=B8=A1=E0=B8=B9=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AD=E0=B8=A2?= =?UTF-8?q?=E0=B8=B9=E0=B9=88=20>=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=E0=B8=82=E0=B9=89=E0=B8=AD=E0=B8=A1=E0=B8=B9=E0=B8=A5?= =?UTF-8?q?=E0=B8=97=E0=B8=B5=E0=B9=88=E0=B8=AD=E0=B8=A2=E0=B8=B9=E0=B9=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/detail/PersonalInformation/03_Address.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue b/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue index 0673166c6..11237ef9d 100644 --- a/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue +++ b/src/modules/04_registryNew/components/detail/PersonalInformation/03_Address.vue @@ -759,7 +759,7 @@ onMounted(async () => { :rules="[(val:string) => !!val || `${'กรุณาเลือก เขต / อำเภอ'}`]" @update:model-value="(value:string) => selectDistrict(value, '2')" @filter="(inputValue:string, - doneFn:Function) => filterSelector(inputValue, doneFn,'districtOps' + doneFn:Function) => filterSelector(inputValue, doneFn,'districtCOps' ) " /> @@ -782,7 +782,7 @@ onMounted(async () => { :rules="[(val:string) => !!val || `${'กรุณาเลือก แขวง / ตำบล'}`]" @update:model-value="(value:string) => selectSubDistrict(value, '2')" @filter="(inputValue:string, - doneFn:Function) => filterSelector(inputValue, doneFn,'subdistrictOps' + doneFn:Function) => filterSelector(inputValue, doneFn,'subdistrictCOps' ) " />