zhangjie 2 months ago
parent
commit
ef9771827c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/base/track-export/useDraw.ts

+ 1 - 1
src/views/base/track-export/useDraw.ts

@@ -705,7 +705,7 @@ export default function useDraw(drawConfig: DrawConfig) {
       });
 
       const score = calcSumPrecision(
-        groupQuestions.map((item) => item.score || 0)
+        groupQuestions.map((item) => item.markerScore || 0)
       );
       const maxScore = calcSumPrecision(
         groupQuestions.map((item) => item.maxScore)