zhangjie 2 mesi fa
parent
commit
ef9771827c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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)