From f432c901f2e1d185e166e34ccd99a6a9b1dcb7e2 Mon Sep 17 00:00:00 2001 From: super_liu <396572590@qq.com> Date: Wed, 23 Mar 2022 13:55:24 +0800 Subject: [PATCH] feat: There is no way the, bug #51948 --- src/components/CustomFormComponents/InputForAllStandards.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }) }