Browse Source

fix 分页

Michael Wang 3 năm trước cách đây
mục cha
commit
dfbc9fc536
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,