mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化查询楼栋的bug
This commit is contained in:
parent
28b52ee23e
commit
187356c20a
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user