From 449251dcce803deab8df112a4e8a4c07f9701099 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Thu, 26 Oct 2023 08:26:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0=E8=AE=BE?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/workflowapi/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/workflowapi/index.ts b/src/api/workflowapi/index.ts index d74739faa..d5b3895fe 100644 --- a/src/api/workflowapi/index.ts +++ b/src/api/workflowapi/index.ts @@ -48,7 +48,7 @@ export function judgeOptionalNode(data: any) { }); } //获取工作流版本列表 -export function gainFlowVersionList(data: publicid): AxiosPromise { +export function gainFlowVersionList(data: publicid): AxiosPromise { return request({ url: '/systemapi/task_flow/gain_flow_version_list', method: 'post',