Browse Source

/api/exam/students接口增加sliceConfigFix入参

刘洋 1 năm trước cách đây
mục cha
commit
0ae1e6ac1b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/features/ImageDownload/ImageDownload.vue

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

@@ -117,6 +117,7 @@ onMounted(async () => {
             withGroupScoreTrack: config.watermark && config.trackMode === "1",
             examNumberIn: config.examNumber ?? "",
             subjectCodeIn: config.subjectCode ?? "",
+            sliceConfigFix: config.watermark && config.trackMode === "2",
           }
         );
         students = resStudents.data;