fix ระบบพัฒนาบุคคล

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-11 11:23:34 +07:00
parent 74981c4217
commit 247989c9e8
7 changed files with 2387 additions and 2369 deletions

View file

@ -254,7 +254,6 @@ watch(
:options="govOp"
map-options
emit-value
:class="getClass()"
@update:model-value="inputSearch = ''"
/>
</div>
@ -264,7 +263,6 @@ watch(
outlined
label="ค้นหา"
v-model="inputSearch"
:class="getClass()"
:mask="search === 'citizenId' ? '#############' : undefined"
/>
</div>
@ -274,7 +272,7 @@ watch(
class="full-width full-height"
unelevated
color="teal"
@click="searchFilter()"
@click="(formFilter.page = 1), searchFilter()"
>
</q-btn>
</div>