feat: update agencies management to include date range selection and refactor image list handling
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s
This commit is contained in:
parent
03b03b4bc8
commit
88f40dcb47
3 changed files with 47 additions and 24 deletions
|
|
@ -29,6 +29,8 @@ export const useInstitution = defineStore('institution-store', () => {
|
|||
group?: string;
|
||||
status?: Status;
|
||||
payload?: { group?: string[] };
|
||||
startDate?: string;
|
||||
endDate?: string;
|
||||
}) {
|
||||
const { payload, ...params } = opts || {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue