xiejun
2023-08-24 13f6f43f9ab90636bd6a1c374df6e213eff37fc1
Source/UBCS-WEB/src/api/system/user.js
@@ -160,15 +160,3 @@
  })
}
// 首页代办流程任务查询
export const getUndoTaskList =(current, size, params) => {
  return request({
    url: '/api/ubcs-flow/work/send-list',
    method: 'get',
    params:{
      ...params,
      current,
      size
    }
  })
}