ca960c94 by lihua

提交请求参数修改

1 parent 4f6d2e10
......@@ -74,7 +74,7 @@ export const getCrossDetailList = (params) => request({
/** 重新发起失败的流程 */
export const crossPlatformApprove = (params) => request({
url: `${import.meta.env.VITE_APP_WORK_FLOW_URL}/approve-detail-cross/list`,
url: `${import.meta.env.VITE_APP_WORK_FLOW_URL}/approve-detail-cross/list?guid=${params.guid}&approveGuid=${params.approveGuid}`,
method: 'post',
data: params
data: {}
})
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!