From 187356c20ae11c0e72b5237668356a46ccb18c56 Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Tue, 19 Mar 2024 10:40:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=9F=A5=E8=AF=A2=E6=A5=BC?= =?UTF-8?q?=E6=A0=8B=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/dataMonthOweStatistics/dataMonthOweStatistics.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.js b/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.js index 04a75d46c..db244f5dd 100644 --- a/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.js +++ b/public/components/report/dataMonthOweStatistics/dataMonthOweStatistics.js @@ -25,7 +25,7 @@ $that.dataMonthOweStatisticsInfo.feeTypeCds = _data; $that.dataMonthOweStatisticsInfo.feeTypeCd = _data[0].statusCd; }); - $that._loadMonthOweFloors(); + }, _initEvent: function () { vc.on('dataMonthOweStatistics', 'switch', function (_data) { @@ -36,6 +36,7 @@ $that._initMonthOweDate(); },1000); $that._qureyDataMonthOweStatistics(DEFAULT_PAGE, DEFAULT_ROWS); + $that._loadMonthOweFloors(); }); vc.on('dataMonthOweStatistics', 'paginationPlus', 'page_event',