zhouwx
15 小时以前 c5f4bef2a867c3da79555a95b60a7c4d5c295f0e
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
export function getCompanyCount(params) {
    return request({
        url: '/statistic/companyStatistic',
        method: 'get',
        params: params
    })
}