feat: enhance AdvanceSearch component to support date range selection and workflow template advance search
This commit is contained in:
parent
d95d72806d
commit
d7e53b764c
3 changed files with 52 additions and 25 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue