xiangpei
2025-03-17 e5fdf8249f325594579224d48477d0ab849e7d88
src/api/flowable/todo.js
@@ -131,3 +131,10 @@
    params: query
  })
}
// 流程节点查看详情表单
export function flowTaskFormDetail(processInsId, taskId) {
  return request({
    url: '/flowable/task/detail/' + processInsId + '/' + taskId,
    method: 'get',
  })
}