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

This commit is contained in:
puriphatt 2025-04-18 09:29:46 +07:00
parent 03b03b4bc8
commit 88f40dcb47
3 changed files with 47 additions and 24 deletions

View file

@ -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 || {};