From 720bce52a3e7862316bdbe272124aeed47d49682 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 4 Jan 2023 10:57:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E5=8D=B7=E7=BC=96=E5=88=B6=E5=AE=9E?= =?UTF-8?q?=E8=AE=AD=E9=A2=98=E6=95=B0=E9=87=8F=E5=A2=9E=E5=8A=A0=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/publish/examRule/draft/editRule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/publish/examRule/draft/editRule.vue b/src/views/publish/examRule/draft/editRule.vue index b6f95b1b2..eb5d7a278 100644 --- a/src/views/publish/examRule/draft/editRule.vue +++ b/src/views/publish/examRule/draft/editRule.vue @@ -82,7 +82,7 @@ export default { message(new Error(this.$t('publish.inputQuestionNumberError'))); } else if (!Number(value)) { message(new Error(this.$t('publish.inputValidNumber'))); - } else if (Number(value) > this.topicNum && this.form.type === 1) { + } else if (Number(value) > this.topicNum) { message(new Error(this.$t('publish.inputNumberError'))); } else { message();