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