yuyu
2023-08-25 3b3513a1b653af76231ed053cb0d22a362d36876
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
  })
}