Browse Source

设置添加点位权限

Shannon_mu 2 years ago
parent
commit
03af734871
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commandCenter/src/views/commandDispatch/index.vue

+ 1 - 1
commandCenter/src/views/commandDispatch/index.vue

@@ -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();