mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 20:28:45 +08:00 
			
		
		
		
	fix(task): 🐞 Update return list API endpoint
- 修改获取回退节点列表接口地址
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