buhuazhen
2026-06-01 9d94bacb1e7decb49a4a6d3de171355867f7fde7
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 }
  })
}