src/views/exam/components/answer-main/answer-fill/index.vue
@@ -24,9 +24,7 @@ import { useExamStore } from '@/store/index.js'; const examStore = useExamStore(); const answerList = ref({ 'answer0': '' }); const answerList = ref({}); const { currentType, currentIndex } = storeToRefs(examStore);