mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-11 14:17:24 +08:00
optimize remind fee
This commit is contained in:
parent
2f872a95de
commit
d0f319ba84
@ -59,7 +59,7 @@
|
||||
}
|
||||
);
|
||||
},
|
||||
_exportReportFeeDetailOwnerExcel: function() {
|
||||
_exportReportFeeDetailCarExcel: function() {
|
||||
vc.component.reportFeeDetailCarInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
|
||||
vc.component.reportFeeDetailCarInfo.conditions.pagePath = 'reportFeeDetailCar';
|
||||
let param = {
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
}
|
||||
);
|
||||
},
|
||||
_exportReportFeeDetailOwnerExcel: function() {
|
||||
_exportReportFeeDetailContractExcel: function() {
|
||||
vc.component.reportFeeDetailContractInfo.conditions.communityId = vc.getCurrentCommunity().communityId;
|
||||
vc.component.reportFeeDetailContractInfo.conditions.pagePath = 'reportFeeDetailContract';
|
||||
let param = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user