Mr.Zhang
2023-09-14 dc1d63d044e66337f1cce699f2192a5e25ea206b
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
  })
}