src/views/exam/components/answer-main/answer-multiple/index.vue
@@ -1,3 +1,4 @@ <!-- 多选题 --> <template> <div class="answer-container w-full h-full"> <el-scrollbar> @@ -36,7 +37,7 @@ }; const answerState = (item) => { if(activeQuestion.value.answerList.includes(item.prefix)) { if(Array.isArray(activeQuestion.value.answerList) && activeQuestion.value.answerList.includes(item.prefix)) { item.isActive = true; } return {