From c2f4f9b87e283857a3fbdded2f8e7a93c346415a Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Mon, 1 Apr 2024 16:49:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/qms/sampleCode/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/qms/sampleCode/index.ts b/src/api/qms/sampleCode/index.ts index 828f162f7..021edea4e 100644 --- a/src/api/qms/sampleCode/index.ts +++ b/src/api/qms/sampleCode/index.ts @@ -3,7 +3,7 @@ import request from '@/config/axios' export interface SampleCodeVO { id: number code: string - batchLow limiting: number + batchLowLimiting: number batchUpperLimiting: number s1: number s2: number @@ -54,4 +54,4 @@ export const exportSampleCode = async (params) => { // 下载用户导入模板 export const importTemplate = () => { return request.download({ url: '/qms/sample-code/get-import-template' }) -} \ No newline at end of file +}