Commit 8aa49f2e by YunaiV

Merge remote-tracking branch 'origin/dev' into dev

parents ccb997ac 67630e31
......@@ -44,7 +44,7 @@ export const exportTask = 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