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 !== '') {