From b03bf0290e5872164c3afac24bcb6a1d1f068918 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 21 Oct 2024 06:25:03 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A5=BC=E6=A0=8Bbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: java110 <928255095@qq.com> --- .../dataMonthReceivedStatistics.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); });