Explorar el Código

设置添加点位权限

Shannon_mu hace 3 años
padre
commit
03af734871
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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();