Skip to content

Commit 32dab6b

Browse files
YunaiVgitee-org
authored andcommitted
!348 update src/api/bpm/task/index.ts.
Merge pull request !348 from 水人/N/A
2 parents b4aa09a + 346863a commit 32dab6b

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)