ZhangXianQiang
2024-07-01 4f28f987462c7c0c784930e1a3995dbeaa2bbbbf
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);