mirror of
https://gitee.com/myxzgzs/boyue-ui-admin-vue3
synced 2025-08-08 16:32:43 +08:00
fix:调整获取审批详情接口的请求方式
This commit is contained in:
parent
9991ef2ec5
commit
54d67b3761
@ -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 })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 获取表单字段权限
|
// 获取表单字段权限
|
||||||
|
Loading…
x
Reference in New Issue
Block a user