From 850c7d038ae9b04f35d1cd011ff91b791f778345 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 14 Nov 2023 21:02:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=BC=EC=9E=90=EB=B3=84=20=EC=BD=98?= =?UTF-8?q?=ED=85=90=EC=B8=A0=20=ED=9B=84=EC=9B=90=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20-=20=ED=8E=98=EC=9D=B4=EC=A7=95=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Calculate/CalculateContentDonation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Calculate/CalculateContentDonation.vue b/src/views/Calculate/CalculateContentDonation.vue index d1e07ce..329e088 100644 --- a/src/views/Calculate/CalculateContentDonation.vue +++ b/src/views/Calculate/CalculateContentDonation.vue @@ -229,7 +229,7 @@ export default { this.is_loading = true try { - const res = await api.getCalculateContentDonation(this.start_date, this.end_date) + const res = await api.getCalculateContentDonation(this.start_date, this.end_date, this.page, this.page_size) if (res.status === 200 && res.data.success === true) { const data = res.data.data