fix select filter ระบบลา
This commit is contained in:
parent
123a74e911
commit
1f80bda5ff
3 changed files with 55 additions and 37 deletions
|
|
@ -23,12 +23,12 @@ const props = defineProps({
|
|||
const emit = defineEmits(["update:querySting"]);
|
||||
|
||||
/** formFilter*/
|
||||
const filter = reactive<DateFilter>({
|
||||
year: new Date().getFullYear(), //*ปีในการยื่นขอใบลา(ใช้เป็น คศ.)
|
||||
type: "00000000-0000-0000-0000-000000000000", //*Id ประเภทการลา
|
||||
status: "ALL", //*สถานะการของลา
|
||||
keyword: "", //keyword ค้นหา
|
||||
});
|
||||
// const filter = reactive<DateFilter>({
|
||||
// year: new Date().getFullYear(), //*ปีในการยื่นขอใบลา(ใช้เป็น คศ.)
|
||||
// type: "00000000-0000-0000-0000-000000000000", //*Id ประเภทการลา
|
||||
// status: "ALL", //*สถานะการของลา
|
||||
// keyword: "", //keyword ค้นหา
|
||||
// });
|
||||
|
||||
/**
|
||||
* function update ข้อมูลการค้นหา (QuerySting)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue