feat: add date range search functionality to personnel management
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 8s
This commit is contained in:
parent
648ed38181
commit
285b821c16
2 changed files with 42 additions and 17 deletions
|
|
@ -168,6 +168,8 @@ const useUserStore = defineStore('api-user', () => {
|
|||
status?: Status;
|
||||
responsibleDistrictId?: string;
|
||||
activeBranchOnly?: boolean;
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
}) {
|
||||
const res = await api.get<Pagination<User[]>>('/user', { params: opts });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue