fix(task): 🐞 Update return list API endpoint

- 修改获取回退节点列表接口地址
pull/353/head
AhJindeg 2023-12-26 11:32:40 +08:00
parent 9591ed7084
commit 2223f7f197
1 changed files with 1 additions and 1 deletions

View File

@ -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 })
}
// 回退