From 2fef4fe1291f0b8d15fee13e8f21198d6c359ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Wed, 10 Apr 2024 10:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/unitconfig/patientConfiguration/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/unitconfig/patientConfiguration/index.vue b/src/views/unitconfig/patientConfiguration/index.vue index 75b5258..6686b00 100644 --- a/src/views/unitconfig/patientConfiguration/index.vue +++ b/src/views/unitconfig/patientConfiguration/index.vue @@ -163,9 +163,9 @@ - + @@ -242,9 +242,9 @@ export default { cardNo: [ { required: true, message: "身份证号不能为空", trigger: "blur" } ], - patientId: [ - { required: true, message: "患者表id不能为空", trigger: "blur" } - ], + // patientId: [ + // { required: true, message: "患者表id不能为空", trigger: "blur" } + // ], } }; },