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();