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:
parent
f07b7dbbb0
commit
96fae4f3ea
@ -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 })
|
||||
}
|
||||
|
||||
// 回退
|
||||
|
Loading…
Reference in New Issue
Block a user