Commit 54d67b37 by lizhixian

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

parent 9991ef2e
......@@ -89,8 +89,8 @@ export const getProcessInstanceCopyPage = async (params: any) => {
}
// 获取审批详情
export const getApprovalDetail = async (params: any) => {
return await request.get({ url: 'bpm/process-instance/get-approval-detail', params })
export const getApprovalDetail = async (data: any) => {
return await request.post({ url: '/bpm/process-instance/get-approval-detail', data: data })
}
// 获取表单字段权限
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment