mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat-wip(components): 审批信息流程图组件
This commit is contained in:
@ -34,3 +34,11 @@ export function fetchFlowInvalidOperate(data: Api.Workflow.FlowInvalidOperatePar
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
/** 获取流程记录 */
|
||||
export function fetchGetFlowHisTaskList(businessId: CommonType.IdType) {
|
||||
return request<Api.Workflow.InstanceIdWithHisTask>({
|
||||
url: `/workflow/instance/flowHisTaskList/${businessId}`,
|
||||
method: 'get'
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user