mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化楼栋bug
Signed-off-by: java110 <928255095@qq.com>
This commit is contained in:
parent
da434a9005
commit
b03bf0290e
@ -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);
|
||||
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user