Ver Fonte

fix 分页

Michael Wang há 3 anos atrás
pai
commit
dfbc9fc536
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/features/ImageDownload/ImageDownload.vue

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

@@ -93,7 +93,7 @@ onMounted(async () => {
       ) {
         const resStudents = await getStudents(
           store.env.examId,
-          pageNumber,
+          pageNumber + 1,
           10,
           {
             upload: true,