mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +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.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);
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user