From 0fdbd7716055b37e73153ef5eab49a2b9cebaec4 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 26 Nov 2020 09:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A2=84=E4=BA=A4=E8=B4=B9?= =?UTF-8?q?=E5=88=86=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/property/reportPrePaymentFee/reportPrePaymentFee.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/pages/property/reportPrePaymentFee/reportPrePaymentFee.js b/public/pages/property/reportPrePaymentFee/reportPrePaymentFee.js index 73e0fba8c..5e4c9e4fc 100644 --- a/public/pages/property/reportPrePaymentFee/reportPrePaymentFee.js +++ b/public/pages/property/reportPrePaymentFee/reportPrePaymentFee.js @@ -30,8 +30,8 @@ var param = { params: { - page: 1, - row: 10, + page: _page, + row: _rows, communityId: vc.getCurrentCommunity().communityId } };