luohairen
2024-11-11 b8977710b6d7463a8f68ad0c86a4bbd02841493f
src/store/modules/grade.js
@@ -19,8 +19,9 @@
  const currentIndex = ref(0);
  const getActiveQuestion = computed(() => {
    console.log("sb", currentType.value)
    // console.log("sb", currentType.value)
    const temp = examDetail.value.find(item => item.questionType === currentType.value);
    // console.log(temp, "dssss")
    if (temp) {
      return temp.questionList[currentIndex.value];
    }