田源
2023-11-22 45ea7fe48715cda24e6dd5857a33ff941cfb2fa7
Source/UBCS-WEB/src/api/work/process.js
@@ -23,13 +23,13 @@
  })
}
export const leaveDetail = (businessId) => {
export const leaveDetail = (businessId,processInstanceId) => {
  return request({
    url: '/api/ubcs-desk/process/leave/detail',
    method: 'get',
    params: {
      businessId
      businessId,
      processInstanceId
    }
  })
}