shiyj
2019-07-07 348c483d9e8cf81c485289a44c717fe1c23f4065
WebService/src/main/resources/components/community-manage/communityManage.js
@@ -41,6 +41,10 @@
                                vc.component.communityManageInfo.total = _communityManageInfo.total;
                                vc.component.communityManageInfo.records = _communityManageInfo.records;
                                vc.component.communityManageInfo.communitys = _communityManageInfo.communitys;
                                vc.emit('pagination','init',{
                                    total:vc.component.communityManageInfo.records,
                                    currentPage:_page
                                });
                             },function(errInfo,error){
                                console.log('请求失败处理');
                             }