fix: 【工作流】--回退的高亮和api地址更换

(cherry picked from commit f40d1de62a)
This commit is contained in:
kehaiyou
2023-09-24 19:42:53 +08:00
committed by shizhong
parent 05e3f9ad02
commit 0bef9924fe
3 changed files with 27 additions and 9 deletions

View File

@ -54,6 +54,6 @@ export const getReturnList = async (params) => {
* 确认回退
* @param params
*/
export const okRollback = async (data) => {
return await request.put({ url: '/bpm/task/rollback', data })
export const okReturnTask = async (data) => {
return await request.put({ url: '/bpm/task/return', data })
}