wuxw
2020-02-03 ded1f4f374aa00ae398830b28a331f74618b3933
ReportComponent/src/main/resources/components/feePackage/feeSummary/feeSummary.js
@@ -16,7 +16,7 @@
            }
        },
        _initMethod: function () {
            vc.component._listFees(DEFAULT_PAGE, DEFAULT_ROWS);
            vc.component._listFeeSummarys(DEFAULT_PAGE, DEFAULT_ROWS);
        },
        _initEvent: function () {
            vc.on('pagination', 'page_event', function (_currentPage) {