|
@@ -232,7 +232,6 @@ export default {
|
|
|
} else {
|
|
|
this.$message.error(msg);
|
|
|
}
|
|
|
- loading.close();
|
|
|
})
|
|
|
.catch(() => {});
|
|
|
},
|
|
@@ -251,6 +250,7 @@ export default {
|
|
|
},
|
|
|
|
|
|
created() {
|
|
|
+ this.mixins_query.communityId = this.homeCommunityAll;
|
|
|
if (!!this.mixins_query.communityId) {
|
|
|
this.getImg();
|
|
|
this.getData();
|