jiangping
2023-08-22 4ca4e5271d03989e41bb5c0d6914a1dec380e47b
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
  })
}