xiangpei
2025-03-21 be607308e10347b8af900c4bf7a715023b9395e8
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',
  })
}