田源
2023-08-03 d12eff5505540a16685035728960a5f3923031ad
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
    }
  })
}