ZhangXianQiang
2024-07-03 b9b15cf8c857e3d02a9afa5c0a21de70d6932e62
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 {