Ver código fonte

指挥中心初始化调用

Shannon_mu 3 anos atrás
pai
commit
6d852845ad

+ 3 - 1
commandCenter/src/views/financialAnalysis/smallModuleIndex/allcommunit.js

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