mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化查询楼栋的bug
This commit is contained in:
parent
28b52ee23e
commit
187356c20a
@ -25,7 +25,7 @@
|
|||||||
$that.dataMonthOweStatisticsInfo.feeTypeCds = _data;
|
$that.dataMonthOweStatisticsInfo.feeTypeCds = _data;
|
||||||
$that.dataMonthOweStatisticsInfo.feeTypeCd = _data[0].statusCd;
|
$that.dataMonthOweStatisticsInfo.feeTypeCd = _data[0].statusCd;
|
||||||
});
|
});
|
||||||
$that._loadMonthOweFloors();
|
|
||||||
},
|
},
|
||||||
_initEvent: function () {
|
_initEvent: function () {
|
||||||
vc.on('dataMonthOweStatistics', 'switch', function (_data) {
|
vc.on('dataMonthOweStatistics', 'switch', function (_data) {
|
||||||
@ -36,6 +36,7 @@
|
|||||||
$that._initMonthOweDate();
|
$that._initMonthOweDate();
|
||||||
},1000);
|
},1000);
|
||||||
$that._qureyDataMonthOweStatistics(DEFAULT_PAGE, DEFAULT_ROWS);
|
$that._qureyDataMonthOweStatistics(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||||
|
$that._loadMonthOweFloors();
|
||||||
|
|
||||||
});
|
});
|
||||||
vc.on('dataMonthOweStatistics', 'paginationPlus', 'page_event',
|
vc.on('dataMonthOweStatistics', 'paginationPlus', 'page_event',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user