jiaosong
2023-08-18 14b568a466b548b6b7014b941390a86de56e6ff3
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
  })
}