jiaosong
2023-08-28 ce45fb4709aae2ec4ff9095a7f934c267fae9b69
1
2
3
4
5
6
7
8
import request from '../../utils/request'
 
// 查询
export function fetchList (data) {
  return request.post('/business/companyLog/findCompanyLogPage', data, {
    trim: true
  })
}