From e0a24f983f6827f0ebef17b570bc01dcbb6bf24e Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 19 Dec 2024 13:22:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/addQuestionnaire/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/system/addQuestionnaire/index.vue b/src/views/system/addQuestionnaire/index.vue index 93cce6e..ee0da7a 100644 --- a/src/views/system/addQuestionnaire/index.vue +++ b/src/views/system/addQuestionnaire/index.vue @@ -1919,7 +1919,7 @@ export default { newquestionSubjectList.push(el) }) } else { - if (e.questionType != 'DATE_BLANKS_SUBJECT' && e.questionType != 'TIME_BLANKS_SUBJECT' && e.questionType != 'FILL_IN_THE_BLANKS') { + if (e.questionType != 'DATE_BLANKS_SUBJECT' && e.questionType != 'TIME_BLANKS_SUBJECT' && e.questionType != 'FILL_IN_THE_BLANKS' && e.questionType != 'FEEDBACK_BLANKS_SUBJECT') { e.questionSubjectOptionList.forEach(el => { el.optionAnswer = el.optionName el.questionName = e.questionName @@ -1949,6 +1949,7 @@ export default { }) }) newObj.questionCount = this.questionlist.length + if (this.$route.query.id) { updateQuestion(newObj).then(res => { loading.close();