优化隶属小区选择问题

This commit is contained in:
java110 2021-01-14 14:10:31 +08:00
parent e1c7cb5f15
commit f30f382684

View File

@ -1,4 +1,5 @@
(function(vc){
var DEFAULT_ROWS = 10
vc.extends({
propTypes: {
emitListener:vc.propTypes.string,
@ -36,7 +37,7 @@
});
vc.on('addOrgCommunity','paginationPlus', 'page_event', function (_currentPage) {
vc.component._listOrgCommunitys(_currentPage, DEFAULT_ROWS);
vc.component._loadAllCommunityInfo(_currentPage, DEFAULT_ROWS);
});
},
methods:{