jialh
2025-09-15 f9d909a8ddd1d2949fd26c9fd89f68f21e6e9ebd
更新
2个文件已修改
6 ■■■■ 已修改文件
public/pages/property/managementFees/managementFees.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/pages/property/managementFees/managementFees.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/pages/property/managementFees/managementFees.html
@@ -202,7 +202,7 @@
            </div>
            <div class="row margin-top-xs">
                <div class="col-sm-12 float-right">
                    <vc:create namespace="managementFees" path="frame/paginationPlus"></vc:create>
                    <vc:create namespace="reportFeeDetailOwner" path="frame/paginationPlus"></vc:create>
                </div>
            </div>
        </div>
public/pages/property/managementFees/managementFees.js
@@ -150,8 +150,8 @@
                );
            },
            _exportReportFeeDetailOwnerExcel: function () {
                //$that.managementFee.conditions.communityId = vc.getCurrentCommunity().communityId;
                $that.managementFee.conditions.pagePath = 'reportFeeDetailOwner';
                $that.managementFee.conditions.communityId = vc.getCurrentCommunity().communityId;
                $that.managementFee.conditions.pagePath = 'reportPropertyFee';
                let param = {
                    params: $that.managementFee.conditions
                };