huminmin
2026-06-04 50e637f1ab3c6eb6ec29b4968de70a0b6d4f4224
src/api/reportAnalysis/qualityReport.js
@@ -50,3 +50,12 @@
    params: { modelType }
  })
}
// 获取月度合格率环比统计数据
export function getMonthlyPassRateWithComparison(year, month) {
  return request({
    url: '/qualityReport/getMonthlyPassRateWithComparison',
    method: 'post',
    params: { year, month }
  })
}