xiejun
2023-12-07 05d45bd440ffc92e14e6c8728ac8956a0488c0ab
1
2
3
4
5
6
7
8
9
10
11
 
import request from '@/router/axios';
 
//统计分析数据
export const getStatisticAnalysis = (params) => {
  return request({
    url: '/api/ubcs-code/mdmEngineController/getStatisticAnalysis',
    method: 'get',
    params
  })
}