优化楼栋bug

Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
java110 2024-10-21 06:25:03 +00:00 committed by Gitee
parent da434a9005
commit b03bf0290e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -25,7 +25,7 @@
$that.dataMonthReceivedStatisticsInfo.feeTypeCds = _data; $that.dataMonthReceivedStatisticsInfo.feeTypeCds = _data;
$that.dataMonthReceivedStatisticsInfo.feeTypeCd = _data[0].statusCd; $that.dataMonthReceivedStatisticsInfo.feeTypeCd = _data[0].statusCd;
}); });
$that._loadMonthReceivedFloors();
}, },
_initEvent: function () { _initEvent: function () {
vc.on('dataMonthReceivedStatistics', 'switch', function (_data) { vc.on('dataMonthReceivedStatistics', 'switch', function (_data) {
@ -36,7 +36,7 @@
setTimeout(function(){ setTimeout(function(){
$that._initMonthReceivedDate(); $that._initMonthReceivedDate();
},1000); },1000);
$that._loadMonthReceivedFloors();
$that._qureyDataMonthReceivedStatistics(DEFAULT_PAGE, DEFAULT_ROWS); $that._qureyDataMonthReceivedStatistics(DEFAULT_PAGE, DEFAULT_ROWS);
}); });