From 2f3ddadc70105080bf0481dea3899ecd7f86d1f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Sat, 26 Mar 2022 15:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=9C=80=E5=A4=9A=E5=8B=BE?= =?UTF-8?q?=E9=80=89=E7=9A=84=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomFormComponents/InputForStandards.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/CustomFormComponents/InputForStandards.vue b/src/components/CustomFormComponents/InputForStandards.vue index e8aee574a..551ab711e 100644 --- a/src/components/CustomFormComponents/InputForStandards.vue +++ b/src/components/CustomFormComponents/InputForStandards.vue @@ -351,12 +351,12 @@ export default { type: 'warning' }) } - if (this.selectedListRep.length + textArr.length > 20) { - return this.$message({ - message: `${this.config.attrName}最多选择20项`, - type: 'warning' - }) - } + // if (this.selectedListRep.length + textArr.length > 20) { + // return this.$message({ + // message: `${this.config.attrName}最多选择20项`, + // type: 'warning' + // }) + // } this.selectedListRep.map((item) => { let texts = '' if (item.standYear != null && item.standYear !== '') {