WebService/src/main/resources/components/index-context/indexContext.js
@@ -17,10 +17,17 @@ vc.component._queryIndexContextData(); }, _initEvent:function(){ vc.on("indexContext","_queryIndexContextData",function(){ vc.component._queryIndexContextData(); }); }, methods:{ _queryIndexContextData:function(){ if(vc.getCurrentCommunity() == null || vc.getCurrentCommunity() == undefined){ return ; } var param = { params:{ communityId:vc.getCurrentCommunity().communityId