feat: enhance AdvanceSearch component to support date range selection and workflow template advance search

This commit is contained in:
puriphatt 2025-04-17 16:15:08 +07:00
parent d95d72806d
commit d7e53b764c
3 changed files with 52 additions and 25 deletions

View file

@ -25,6 +25,8 @@ export const useWorkflowTemplate = defineStore('workflow-store', () => {
query?: string;
status?: Status;
activeOnly?: boolean;
startDate?: string;
endDate?: string;
}) {
const res = await api.get<PaginationResult<WorkflowTemplate>>(
'/workflow-template',