Parcourir la source

fix(task): 🐞 Update return list API endpoint

- 修改获取回退节点列表接口地址
AhJindeg il y a 1 an
Parent
commit
2223f7f197
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/api/bpm/task/index.ts

+ 1 - 1
src/api/bpm/task/index.ts

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