Skip to content

Commit f30f382

Browse files
committed
优化隶属小区选择问题
1 parent e1c7cb5 commit f30f382

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

public/components/common/addOrgCommunity/addOrgCommunity.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(function(vc){
2+
var DEFAULT_ROWS = 10
23
vc.extends({
34
propTypes: {
45
emitListener:vc.propTypes.string,
@@ -36,7 +37,7 @@
3637
});
3738

3839
vc.on('addOrgCommunity','paginationPlus', 'page_event', function (_currentPage) {
39-
vc.component._listOrgCommunitys(_currentPage, DEFAULT_ROWS);
40+
vc.component._loadAllCommunityInfo(_currentPage, DEFAULT_ROWS);
4041
});
4142
},
4243
methods:{

0 commit comments

Comments
 (0)