田源
2025-01-09 d7e3c8a813f8f85c89c06782f1e36e8089ffc31b
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
    }
  })
}