jiangping
2023-08-18 6ad10e278e9193bd65314a2f3c954ab16e8c104f
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
  })
}