fix:调整获取预测节点接口请求方式和参数

This commit is contained in:
lizhixian
2025-02-18 10:28:20 +08:00
parent be6c15f5df
commit 67371e7579
2 changed files with 4 additions and 4 deletions

View File

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