|
@@ -52,6 +52,8 @@ onMounted(async () => {
|
|
|
withSheetUrl: true,
|
|
|
withScoreDetail: config.watermark,
|
|
|
withGroupScoreTrack: config.watermark && config.trackMode,
|
|
|
+ examNumberIn: config.examNumber ?? "",
|
|
|
+ subjectCodeIn: config.subjectCode ?? "",
|
|
|
});
|
|
|
totalCount.value = res.data;
|
|
|
|
|
@@ -69,6 +71,8 @@ onMounted(async () => {
|
|
|
withSheetUrl: true,
|
|
|
withScoreDetail: config.watermark,
|
|
|
withGroupScoreTrack: config.watermark && config.trackMode === "1",
|
|
|
+ examNumberIn: config.examNumber ?? "",
|
|
|
+ subjectCodeIn: config.subjectCode ?? "",
|
|
|
}
|
|
|
);
|
|
|
students = resStudents.data;
|