From 8231542d77a49f80a49434be6ca8bfb3ae9e1efe Mon Sep 17 00:00:00 2001 From: XiaoRuby <3114200645@qq.com> Date: 星期一, 28 八月 2023 09:26:21 +0800 Subject: [PATCH] 8-28 --- src/api/experiment/passRateStatistics.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/api/experiment/passRateStatistics.js b/src/api/experiment/passRateStatistics.js index daa6a86..f8416d5 100644 --- a/src/api/experiment/passRateStatistics.js +++ b/src/api/experiment/passRateStatistics.js @@ -44,4 +44,15 @@ method: 'get', params }) + } + + /** + * getSampleOptions + */ + export function getSampleOptions(params) { + return request({ + url: '/qualificationRate/getSampleOptions', + method: 'get', + params + }) } \ No newline at end of file -- Gitblit v1.9.3