Skip to content

Commit 2223f7f

Browse files
committed
fix(task): 🐞 Update return list API endpoint
- 修改获取回退节点列表接口地址
1 parent 9591ed7 commit 2223f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/bpm/task/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export const exportTask = async (params) => {
4444

4545
// 获取所有可回退的节点
4646
export const getReturnList = async (params) => {
47-
return await request.get({ url: '/bpm/task/get-return-list', params })
47+
return await request.get({ url: '/bpm/task/return-list', params })
4848
}
4949

5050
// 回退

0 commit comments

Comments
 (0)