Skip to content

Commit 346863a

Browse files
水人gitee-org
authored andcommitted
update src/api/bpm/task/index.ts.
后台接口地址是return-list,前台写成了get-return-list Signed-off-by: 水人 <[email protected]>
1 parent b4aa09a commit 346863a

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)