ZhangXianQiang
2024-07-01 60e637aa425a76b452009d0720fce32225c4629f
fix:多选题问题
1个文件已修改
2 ■■■ 已修改文件
src/views/exam/components/answer-main/answer-multiple/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/exam/components/answer-main/answer-multiple/index.vue
@@ -36,7 +36,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 {