diff --git a/src/components/CustomFormComponents/InputForAllStandards.vue b/src/components/CustomFormComponents/InputForAllStandards.vue index 9e3ef0db1..1d550b370 100644 --- a/src/components/CustomFormComponents/InputForAllStandards.vue +++ b/src/components/CustomFormComponents/InputForAllStandards.vue @@ -283,7 +283,7 @@ export default { } if (this.selectedListRep.length + textArr.length > 20) { return this.$message({ - message: '代替标准号最多选择20项', + message: '标准号最多选择20项', type: 'warning' }) } diff --git a/src/pages/details/otherBussStandardDetails/index.vue b/src/pages/details/otherBussStandardDetails/index.vue index 6ddf03188..d324d3b82 100644 --- a/src/pages/details/otherBussStandardDetails/index.vue +++ b/src/pages/details/otherBussStandardDetails/index.vue @@ -351,63 +351,65 @@