เพิ่ม ฟิลเตอร์หน่วยงาน

This commit is contained in:
setthawutttty 2024-10-15 14:57:32 +07:00
parent a8f37ef058
commit 0f648e397e
3 changed files with 520 additions and 336 deletions

View file

@ -36,6 +36,7 @@ export const useDataStore = defineStore("logStore", () => {
startDate?: Date;
endDate?: Date;
searchStatus?: string;
rootId?: string;
},
isBottom?: boolean
) {
@ -74,6 +75,7 @@ export const useDataStore = defineStore("logStore", () => {
});
}
return {
size,
logData,