Explorar o código

update src/api/bpm/task/index.ts.
后台接口地址是return-list,前台写成了get-return-list

Signed-off-by: 水人 <417693680@qq.com>

水人 hai 1 ano
pai
achega
346863a8a9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 })
 }
 
 // 回退