XiaoRuby
2023-08-22 4c4c6475fde41dbee74c6a071a187a47a1c4a243
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
export function selectAllReport(params) {
  return request({
    url: '/report/selectAllReport',
    method: 'get',
    params
  })
}