update src/api/bpm/task/index.ts.

后台接口地址是return-list,前台写成了get-return-list

Signed-off-by: 水人 <417693680@qq.com>
(cherry picked from commit 346863a8a9)
This commit is contained in:
水人 2023-12-16 00:00:14 +00:00 committed by shizhong
parent f07b7dbbb0
commit 96fae4f3ea

View File

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