mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-26 14:04:32 +08:00
chore: 我的待办 & 请假
This commit is contained in:
14
apps/web-antd/src/api/workflow/instance/index.ts
Normal file
14
apps/web-antd/src/api/workflow/instance/index.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { FlowInfoResponse } from './model';
|
||||
|
||||
import { requestClient } from '#/api/request';
|
||||
|
||||
/**
|
||||
* 获取流程图,流程记录
|
||||
* @param businessId 业务标识
|
||||
* @returns 流程图,流程记录
|
||||
*/
|
||||
export function flowInfo(businessId: string) {
|
||||
return requestClient.get<FlowInfoResponse>(
|
||||
`/workflow/instance/flowImage/${businessId}`,
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user