@@ -27,6 +27,8 @@ export default {
},
created() {
this.mixins_query.communityId = this.homeCommunityAll;
- // this.getData();
+ if (!!this.mixins_query.communityId) {
+ this.getData();
+ }
}