ZhangXianQiang
2024-07-04 fe55031f7f22ebb222d55bcc0b70ecf995869d12
src/store/modules/exam.js
@@ -34,7 +34,7 @@
    examDetail.value.forEach(item => {
      total += item.questionList.length;
      item.questionList.forEach(question => {
        grade += Number(question.score);
        grade += Number(question.questionScore);
      });
    });
    return {