Ver código fonte

设置添加点位权限

Shannon_mu 2 anos atrás
pai
commit
03af734871
1 arquivos alterados com 1 adições e 1 exclusões
  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();