Skip to content

Commit 8aa49f2

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents ccb997a + 67630e3 commit 8aa49f2

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)