xiangpei
2025-03-25 cd8b7ff53f570dfe2447028eb2331eb9cbdc00e5
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',
  })
}