fix(task): 🐞 Update return list API endpoint
- 修改获取回退节点列表接口地址
This commit is contained in:
parent
9591ed7084
commit
2223f7f197
@ -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 })
|
||||||
}
|
}
|
||||||
|
|
||||||
// 回退
|
// 回退
|
||||||
|
Loading…
Reference in New Issue
Block a user