xiangpei
2025-06-05 1fa6ac40e2ce16e1174cec9ca538d45eeb660fdc
src/api/flowable/todo.js
@@ -132,9 +132,9 @@
  })
}
// 流程节点查看详情表单
export function flowTaskFormDetail(taskId) {
export function flowTaskFormDetail(processInsId, taskId) {
  return request({
    url: '/flowable/task/detail/' + taskId,
    url: '/flowable/task/detail/' + processInsId + '/' + taskId,
    method: 'get',
  })
}