src/api/reportAnalysis/qualityReport.js
@@ -43,10 +43,19 @@ } // 获取热点检测指标统计 export function getTopParameters(inspectType) { export function getTopParameters(modelType) { return request({ url: '/qualityReport/getTopParameters', method: 'get', params: { inspectType } params: { modelType } }) } // 获取月度合格率环比统计数据 export function getMonthlyPassRateWithComparison(year, month) { return request({ url: '/qualityReport/getMonthlyPassRateWithComparison', method: 'post', params: { year, month } }) }