diff --git a/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.js b/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.js index b2001aa07..18a1c5d8b 100644 --- a/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.js +++ b/public/components/report/dataMonthReceivedStatistics/dataMonthReceivedStatistics.js @@ -25,7 +25,7 @@ $that.dataMonthReceivedStatisticsInfo.feeTypeCds = _data; $that.dataMonthReceivedStatisticsInfo.feeTypeCd = _data[0].statusCd; }); - $that._loadMonthReceivedFloors(); + }, _initEvent: function () { vc.on('dataMonthReceivedStatistics', 'switch', function (_data) { @@ -36,7 +36,7 @@ setTimeout(function(){ $that._initMonthReceivedDate(); },1000); - + $that._loadMonthReceivedFloors(); $that._qureyDataMonthReceivedStatistics(DEFAULT_PAGE, DEFAULT_ROWS); });