ปรับ filter บันทึกผลการได้รับพระราชทาน
This commit is contained in:
parent
1c271edc5a
commit
74f4f8991b
2 changed files with 47 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue