From c345e7af5cb06bbee2042d658bbcde962e39ac4b Mon Sep 17 00:00:00 2001 From: xixi <123@qq.com> Date: Wed, 11 Sep 2024 15:52:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CorrectionModal/CorrectionModal.tsx | 2 +- src/components/RefunModal/RefunModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CorrectionModal/CorrectionModal.tsx b/src/components/CorrectionModal/CorrectionModal.tsx index bebdf0d..09b4db5 100644 --- a/src/components/CorrectionModal/CorrectionModal.tsx +++ b/src/components/CorrectionModal/CorrectionModal.tsx @@ -163,7 +163,7 @@ export default function CorrectionModal(props: any) { url: `/api/proj/correction/apply/listpage-proj-unapply/self`, config: { params: { - page: 1, + page: page, rows: 20, keywords } diff --git a/src/components/RefunModal/RefunModal.tsx b/src/components/RefunModal/RefunModal.tsx index 11f9aae..90f6da1 100644 --- a/src/components/RefunModal/RefunModal.tsx +++ b/src/components/RefunModal/RefunModal.tsx @@ -156,7 +156,7 @@ export default function RefunModal(props: any) { url: `/api/proj/refund/apply/listpage-proj-unapply/self`, config: { params: { - page: 1, + page: page, rows: 20, keywords }