fix select filter ระบบลา

This commit is contained in:
Warunee Tamkoo 2023-12-27 13:51:40 +07:00
parent 123a74e911
commit 1f80bda5ff
3 changed files with 55 additions and 37 deletions

View file

@ -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)