fix(task): 🐞 Update return list API endpoint

- 修改获取回退节点列表接口地址
This commit is contained in:
AhJindeg 2023-12-26 11:32:40 +08:00
parent 9591ed7084
commit 2223f7f197

View File

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