mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-18 21:05:07 +08:00
【功能修改】 整合审批详情接口
This commit is contained in:
@ -87,14 +87,8 @@ export const getProcessInstanceCopyPage = async (params: any) => {
|
||||
}
|
||||
|
||||
// 获取审批详情
|
||||
export const getApprovalDetail = async (
|
||||
processInstanceId?: string,
|
||||
processDefinitionId?: string
|
||||
) => {
|
||||
const param = processInstanceId
|
||||
? '?processInstanceId=' + processInstanceId
|
||||
: '?processDefinitionId=' + processDefinitionId
|
||||
return await request.get({ url: 'bpm/process-instance/get-approval-detail' + param })
|
||||
export const getApprovalDetail = async (params: any) => {
|
||||
return await request.get({ url: 'bpm/process-instance/get-approval-detail' , params })
|
||||
}
|
||||
|
||||
// 获取表单字段权限
|
||||
|
Reference in New Issue
Block a user