value
2023-08-30 e51cc97fbc836b1baabd5c24b1c36865f87baf32
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
    })
  }