From 8a2841a21ba32d5cd8ab227ff75d7a9abc5eef31 Mon Sep 17 00:00:00 2001 From: 18571350067 Date: Tue, 30 Nov 2021 09:15:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AD=94=E6=A1=88=E4=BC=A0?= =?UTF-8?q?=E5=8F=82=E6=96=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/course/question/QuestionAdd.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/course/question/QuestionAdd.vue b/src/views/course/question/QuestionAdd.vue index d574103..d623c1a 100644 --- a/src/views/course/question/QuestionAdd.vue +++ b/src/views/course/question/QuestionAdd.vue @@ -96,7 +96,7 @@ - + ge @@ -357,6 +357,8 @@ export default { if (this.multiselect.b && this.multiselect.b == true) from.rightAnswers += 'B' if (this.multiselect.c && this.multiselect.c == true) from.rightAnswers += 'C' if (this.multiselect.d && this.multiselect.d == true) from.rightAnswers += 'D' + if (this.multiselect.e && this.multiselect.e == true) from.rightAnswers += 'E' + if (this.multiselect.f && this.multiselect.f == true) from.rightAnswers += 'F' if (from.rightAnswers.length < 1 || from.rightAnswers == '') { this.$message.error('请选择正确答案!')