Commit 32dab6bc by 芋道源码 Committed by Gitee

!348 update src/api/bpm/task/index.ts.

Merge pull request !348 from 水人/N/A
parents b4aa09aa 346863a8
...@@ -44,7 +44,7 @@ export const exportTask = async (params) => { ...@@ -44,7 +44,7 @@ export const exportTask = async (params) => {
// 获取所有可回退的节点 // 获取所有可回退的节点
export const getReturnList = async (params) => { export const getReturnList = async (params) => {
return await request.get({ url: '/bpm/task/get-return-list', params }) return await request.get({ url: '/bpm/task/return-list', params })
} }
// 回退 // 回退
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment