ปรับ filter บันทึกผลการได้รับพระราชทาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-06 17:31:37 +07:00
parent 1c271edc5a
commit 74f4f8991b
2 changed files with 47 additions and 21 deletions

View file

@ -540,7 +540,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
:borderless="false"
style="min-width: 150px"
@update:model-value="
DataStore.selectInvoice(DataStore.invoiceType)
DataStore.searchData(DataStore.invoiceType,DataStore.employeeClass)
"
/>
</div>
@ -561,7 +561,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
:borderless="false"
style="min-width: 150px"
@update:model-value="
DataStore.selectEmployeeClass(DataStore.employeeClass)
DataStore.searchData(DataStore.invoiceType,DataStore.employeeClass)
"
/>
</div>