mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-27 00:20:01 +08:00
优化隶属小区选择问题
This commit is contained in:
parent
e1c7cb5f15
commit
f30f382684
@ -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:{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user