ฟิลเตอร์ store
This commit is contained in:
parent
5851010d40
commit
e12da05ffe
2 changed files with 5 additions and 4 deletions
|
|
@ -41,8 +41,8 @@ async function fetchDataTable() {
|
|||
showLoader();
|
||||
const body = {
|
||||
year: year.value, //*ปีในการยื่นขอใบลา(ใช้เป็น คศ.)
|
||||
type: type.value, //*Id ประเภทการลา
|
||||
status: status.value, //*สถานะการของลา
|
||||
type: LeaveData.type, //*Id ประเภทการลา
|
||||
status: LeaveData.status, //*สถานะการของลา
|
||||
page: page.value.toString(), //*หน้า
|
||||
pageSize: pageSize.value.toString(), //*จำนวนแถวต่อหน้า
|
||||
keyword: filter.value, //keyword ค้นหา
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue