เพิ่ม ฟิลเตอร์หน่วยงาน
This commit is contained in:
parent
a8f37ef058
commit
0f648e397e
3 changed files with 520 additions and 336 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue