diff --git a/public/components/report/reportFeeDetailCar/reportFeeDetailCar.js b/public/components/report/reportFeeDetailCar/reportFeeDetailCar.js index a915ce6a2..ea2525ea0 100644 --- a/public/components/report/reportFeeDetailCar/reportFeeDetailCar.js +++ b/public/components/report/reportFeeDetailCar/reportFeeDetailCar.js @@ -59,7 +59,7 @@ } ); }, - _exportReportFeeDetailOwnerExcel: function() { + _exportReportFeeDetailCarExcel: function() { vc.component.reportFeeDetailCarInfo.conditions.communityId = vc.getCurrentCommunity().communityId; vc.component.reportFeeDetailCarInfo.conditions.pagePath = 'reportFeeDetailCar'; let param = { diff --git a/public/components/report/reportFeeDetailContract/reportFeeDetailContract.js b/public/components/report/reportFeeDetailContract/reportFeeDetailContract.js index cf1801a17..97dda0cf9 100644 --- a/public/components/report/reportFeeDetailContract/reportFeeDetailContract.js +++ b/public/components/report/reportFeeDetailContract/reportFeeDetailContract.js @@ -59,7 +59,7 @@ } ); }, - _exportReportFeeDetailOwnerExcel: function() { + _exportReportFeeDetailContractExcel: function() { vc.component.reportFeeDetailContractInfo.conditions.communityId = vc.getCurrentCommunity().communityId; vc.component.reportFeeDetailContractInfo.conditions.pagePath = 'reportFeeDetailContract'; let param = {