jiangping
2023-12-05 6e873adc94aaeb4f918cf4fd45f7bdf936f45db4
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
  })
}