fix bug ข้อมูลส่วนตัว > ข้อมูที่อยู่ > แก้ไขข้อมูลที่อยู่

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-20 09:41:43 +07:00
parent e66a5f8258
commit b7a6c919ec

View file

@ -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'
) "
/>
</div>
@ -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'
) "
/>
</div>