|
|
@ -48,7 +48,7 @@ export function judgeOptionalNode(data: any) { |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
//获取工作流版本列表
|
|
|
//获取工作流版本列表
|
|
|
export function gainFlowVersionList(data: publicid): AxiosPromise<flowversion> { |
|
|
export function gainFlowVersionList(data: publicid): AxiosPromise<flowversion[]> { |
|
|
return request({ |
|
|
return request({ |
|
|
url: '/systemapi/task_flow/gain_flow_version_list', |
|
|
url: '/systemapi/task_flow/gain_flow_version_list', |
|
|
method: 'post', |
|
|
method: 'post', |
|
|
|