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