From 3c378a812741157fee1f2a69c313b2b2ffa6c1f8 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 16 Jan 2024 21:36:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/payFeeManage/payFeeManage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/pages/property/payFeeManage/payFeeManage.js b/public/pages/property/payFeeManage/payFeeManage.js index c86723023..009cff470 100644 --- a/public/pages/property/payFeeManage/payFeeManage.js +++ b/public/pages/property/payFeeManage/payFeeManage.js @@ -186,7 +186,7 @@ //导出 _exportExcel: function () { // vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=reportPayFeeManage&' + vc.objToGetParam($that.payFeeManageInfo.conditions)); - $that.payFeeManageInfo.conditions.pagePath = 'payFeeManage'; + $that.payFeeManageInfo.conditions.pagePath = 'reportPayFee'; let param = { params: $that.payFeeManageInfo.conditions };