fix:调整获取审批详情接口的请求方式

This commit is contained in:
lizhixian 2025-02-17 16:00:16 +08:00
parent 9991ef2ec5
commit 54d67b3761

View File

@ -89,8 +89,8 @@ export const getProcessInstanceCopyPage = async (params: any) => {
} }
// 获取审批详情 // 获取审批详情
export const getApprovalDetail = async (params: any) => { export const getApprovalDetail = async (data: any) => {
return await request.get({ url: 'bpm/process-instance/get-approval-detail', params }) return await request.post({ url: '/bpm/process-instance/get-approval-detail', data: data })
} }
// 获取表单字段权限 // 获取表单字段权限