Skip to content

Commit 67630e3

Browse files
YunaiVgitee-org
authored andcommitted
!353 Update return list API endpoint
Merge pull request !353 from AhJindeg/fix/return-list
2 parents 9591ed7 + 2223f7f commit 67630e3

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)