From 128c220aff4146734a4e66bb6686b34870437a0a Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 23 Aug 2022 23:06:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/.DS_Store | Bin 12292 -> 12292 bytes .../pages/property/listOweFee/listOweFee.js | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/public/pages/property/.DS_Store b/public/pages/property/.DS_Store index cbfe02c997a98396380b2c3c9a505ea247ff25dd..4e2d41f754e3785009d7f9a3204d738b459ab873 100755 GIT binary patch delta 111 zcmZokXi1ph<TiU^hRb-DVzv`An0`g+zJEf{XHU^7GOe7#J8guMo25-OR0Uhh5f| ifr077e=q>bFfi~i6fh(*R5G|Rq%x##X3=;|KnVZ>F(Y6A delta 66 zcmZokXi1ph<5aU^hRb?PeZ<`AnP73)%2aR$x@w%&l;TeX^0N@FXD?HfD?eK(Lub I<1v~L0RBZ7e*gdg diff --git a/public/pages/property/listOweFee/listOweFee.js b/public/pages/property/listOweFee/listOweFee.js index 1edf38530..b7fc8777c 100755 --- a/public/pages/property/listOweFee/listOweFee.js +++ b/public/pages/property/listOweFee/listOweFee.js @@ -23,7 +23,8 @@ roomNum: '', unitId: '', roomSubType: '', - ownerName: '' + ownerName: '', + communityId : vc.getCurrentCommunity().communityId }, feeConfigs: [], feeConfigNames: [], @@ -88,7 +89,7 @@ _loadListOweFeeInfo: function (_page, _row) { vc.component.listOweFeeInfo.conditions.page = _page; vc.component.listOweFeeInfo.conditions.row = _row; - vc.component.listOweFeeInfo.conditions.communityId = vc.getCurrentCommunity().communityId; + // vc.component.listOweFeeInfo.conditions.; let _configIds = ""; $that.listOweFeeInfo.feeConfigNames.forEach(item => { _configIds += (item.configId + ',') @@ -228,7 +229,9 @@ if (_configIds.endsWith(',')) { _configIds = _configIds.substring(0, _configIds.length - 1); } - vc.jumpToPage('/callComponent/exportReportFee/exportData?communityId=' + vc.getCurrentCommunity().communityId + "&pagePath=listOweFee&configIds=" + _configIds); + + let _conditions = vc.objToGetParam($that.listOweFeeInfo.conditions) + vc.jumpToPage('/callComponent/exportReportFee/exportData?pagePath=listOweFee&configIds=' + _configIds+"&"+_conditions); }, _toFeeCollectionOrderManage: function () { vc.jumpToPage('/#/pages/property/feeCollectionOrderManage');