optimize remind fee

This commit is contained in:
java110 2023-05-24 11:57:32 +08:00
parent 2f872a95de
commit d0f319ba84
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
}
);
},
_exportReportFeeDetailOwnerExcel: function() {
_exportReportFeeDetailCarExcel: function() {
vc.component.reportFeeDetailCarInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
vc.component.reportFeeDetailCarInfo.conditions.pagePath = 'reportFeeDetailCar';
let param = {

View File

@ -59,7 +59,7 @@
}
);
},
_exportReportFeeDetailOwnerExcel: function() {
_exportReportFeeDetailContractExcel: function() {
vc.component.reportFeeDetailContractInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
vc.component.reportFeeDetailContractInfo.conditions.pagePath = 'reportFeeDetailContract';
let param = {