feat(sj_1.1.0-beta1): 修复工作流搜索参数定义错误

This commit is contained in:
dhb52 2024-06-19 17:34:00 +08:00
parent 398466a852
commit 47f4a3b30a

View File

@ -18,7 +18,7 @@ export function fetchTriggerWorkflow(id: string) {
}
/** get namespace list */
export function fetchGetWorkflowNameList(params?: Api.WorkflowBatch.WorkflowBatchSearchParams) {
export function fetchGetWorkflowNameList(params?: Api.Workflow.WorkflowSearchParams) {
return request<Api.Workflow.Workflow[]>({
url: '/workflow/workflow-name/list',
method: 'get',