From 6c2cc8c52e7cae988038551704422921aecc64a9 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Wed, 7 May 2025 06:42:36 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=AC=A0=E8=B4=B9=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- public/pages/property/listOweFee/listOweFee.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js index 5dec61ee3..3ea3d4bb4 100644 --- a/public/pages/property/listOweFee/listOweFee.js +++ b/public/pages/property/listOweFee/listOweFee.js @@ -228,11 +228,11 @@ _configIds = _configIds.substring(0, _configIds.length - 1); } //&configIds= + _configIds - let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions) + //let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions) //vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee' + "&" + _conditions); - _conditions.pagePath = 'listOweFee'; + $that.listOweFeeInfo.conditions.pagePath = 'listOweFee'; let param = { - params: _conditions + params: $that.listOweFeeInfo.conditions }; //发送get请求 vc.http.apiGet('/export.exportData', param,