mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 12:25:07 +08:00
update src/api/bpm/task/index.ts.
后台接口地址是return-list,前台写成了get-return-list Signed-off-by: 水人 <417693680@qq.com>
This commit is contained in:
@ -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 })
|
||||
}
|
||||
|
||||
// 回退
|
||||
|
Reference in New Issue
Block a user