多体系建设信息化条统-前端
zhouwx
2026-01-30 49839ea227b12a55b88baf54ef9f3c372869f32e
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
    })
}