From 3af965e357b11e82f516f40ef87ff87688e2421e Mon Sep 17 00:00:00 2001 From: limingyu Date: Wed, 8 May 2024 16:09:09 +0800 Subject: [PATCH] =?UTF-8?q?15490=20=E8=BF=99=E4=B8=AA=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=98=AF=E4=B8=8D=E8=A6=81=E4=BA=86=E5=90=97=20=E7=8E=B0?= =?UTF-8?q?=E5=9C=A8=E8=BF=98=E6=9C=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/editTextLibrary.vue | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue index fb36fbe..2bb9318 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/editTextLibrary.vue @@ -7,9 +7,9 @@ - - - + + + { - if (!value || value.length === 0 || value[0] === '') { - return callback(new Error('类型必选')) - } - return callback() - }, - trigger: 'blur' - }], + // TYPES: [{ + // required: true, + // validator: (rules, value, callback) => { + // if (!value || value.length === 0 || value[0] === '') { + // return callback(new Error('类型必选')) + // } + // return callback() + // }, + // trigger: 'blur' + // }], SPECIFICATION_TYPES: [{ required: true, validator: (rules, value, callback) => {