From eb85474bf4cafc9019f7ab56bccc198bde5dc5c9 Mon Sep 17 00:00:00 2001 From: zhaoyiran Date: Fri, 12 Apr 2024 17:15:59 +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/views/qms/samplingProcess/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/qms/samplingProcess/index.vue b/src/views/qms/samplingProcess/index.vue index 65d0a24b5..7961bab91 100644 --- a/src/views/qms/samplingProcess/index.vue +++ b/src/views/qms/samplingProcess/index.vue @@ -149,9 +149,6 @@ const buttonTableClick = async (val, row) => { /** 添加/修改操作 */ const basicFormRef = ref() -const rules = ref({ - sampleSize: [{ required: true, message: '请填写描述', trigger: 'blur' }] -}) const openForm = async (type: string, row?: any) => { basicFormRef.value.open(type, row) SamplingProcess.allSchemas.formSchema.forEach(item=>{