We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c7cb5 commit f30f382Copy full SHA for f30f382
1 file changed
public/components/common/addOrgCommunity/addOrgCommunity.js
@@ -1,4 +1,5 @@
1
(function(vc){
2
+ var DEFAULT_ROWS = 10
3
vc.extends({
4
propTypes: {
5
emitListener:vc.propTypes.string,
@@ -36,7 +37,7 @@
36
37
});
38
39
vc.on('addOrgCommunity','paginationPlus', 'page_event', function (_currentPage) {
- vc.component._listOrgCommunitys(_currentPage, DEFAULT_ROWS);
40
+ vc.component._loadAllCommunityInfo(_currentPage, DEFAULT_ROWS);
41
42
},
43
methods:{
0 commit comments