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

Merge pull request !348 from 水人/N/A
This commit is contained in:
芋道源码 2023-12-29 15:06:04 +00:00 committed by Gitee
commit 32dab6bc08
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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 })
}
// 回退