filter จัดการคำขอ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-07 09:33:04 +07:00
parent 74f4f8991b
commit 682fbd165d
4 changed files with 42 additions and 51 deletions

View file

@ -607,7 +607,12 @@ const paginationLabel2 = (start: number, end: number, total: number) => {
:outlined="true"
:hide-dropdown-icon="false"
style="min-width: 150px"
@update:model-value="DataStore.searchFilterTable"
@update:model-value="
DataStore.searchDataTable(
DataStore.typeinsignia,
DataStore.employeeClass
)
"
/>
<div>
<q-select
@ -626,7 +631,10 @@ const paginationLabel2 = (start: number, end: number, total: number) => {
:borderless="false"
style="min-width: 150px"
@update:model-value="
DataStore.selectEmployeeClass(DataStore.employeeClass)
DataStore.searchDataTable(
DataStore.typeinsignia,
DataStore.employeeClass
)
"
/>
</div>

View file

@ -246,7 +246,12 @@ const closeReson = () => {
:outlined="true"
:hide-dropdown-icon="false"
style="min-width: 150px"
@update:model-value="DataStore.searchFilterTable"
@update:model-value="
DataStore.searchDataTable(
DataStore.typeinsignia,
DataStore.employeeClass
)
"
/>
<div>
<q-select
@ -265,7 +270,10 @@ const closeReson = () => {
:borderless="false"
style="min-width: 150px"
@update:model-value="
DataStore.selectEmployeeClass(DataStore.employeeClass)
DataStore.searchDataTable(
DataStore.typeinsignia,
DataStore.employeeClass
)
"
/>
</div>

View file

@ -243,7 +243,12 @@ const closeReson = () => {
:outlined="true"
:hide-dropdown-icon="false"
style="min-width: 150px"
@update:model-value="DataStore.searchFilterTable"
@update:model-value="
DataStore.searchDataTable(
DataStore.typeinsignia,
DataStore.employeeClass
)
"
/>
<div>
<q-select
@ -262,7 +267,10 @@ const closeReson = () => {
:borderless="false"
style="min-width: 150px"
@update:model-value="
DataStore.selectEmployeeClass(DataStore.employeeClass)
DataStore.searchDataTable(
DataStore.typeinsignia,
DataStore.employeeClass
)
"
/>
</div>