xiejun
2023-12-06 ea96725351a6b1c05e8c4c32f6e5785d266f8fe2
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
    }
  })
}