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

This reverts commit 47f4a3b30a.
This commit is contained in:
dhb52 2024-06-21 23:01:44 +08:00
parent 47f4a3b30a
commit 8744c00bcb

View File

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