|
@@ -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 ?? "",
|