xiejun
2023-08-28 a793053d12edf75e1f239747d80b10988c2c686e
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
    }
  })
}