ludc
2023-09-18 ae5807029edabde0b1e1488c090bd830fccf75a7
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
    }
  })
}