Răsfoiți Sursa

fix 分数轨迹

Michael Wang 3 ani în urmă
părinte
comite
7933c4282b
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      src/features/ImageDownload/ImageDownload.vue

+ 2 - 0
src/features/ImageDownload/ImageDownload.vue

@@ -88,6 +88,7 @@ onMounted(async () => {
         upload: true,
         withSheetUrl: true,
         withScoreDetail: config.watermark,
+        withMarkTrack: config.watermark,
         withGroupScoreTrack: config.watermark && config.trackMode,
         examNumberIn: config.examNumber ?? "",
         subjectCodeIn: config.subjectCode ?? "",
@@ -108,6 +109,7 @@ onMounted(async () => {
             upload: true,
             withSheetUrl: true,
             withScoreDetail: config.watermark,
+            withMarkTrack: config.watermark,
             withGroupScoreTrack: config.watermark && config.trackMode === "1",
             examNumberIn: config.examNumber ?? "",
             subjectCodeIn: config.subjectCode ?? "",