ZhangXianQiang
2024-07-01 8ccf0848c12460cbfb939c1f8da6e11a602eccea
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 {