Shannon_mu 2 years ago
parent
commit
284548f36a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      commandCenter/src/views/smallModule/passengerFlowStatistics.vue

+ 1 - 1
commandCenter/src/views/smallModule/passengerFlowStatistics.vue

@@ -101,7 +101,7 @@ export default {
         }
     },
     created() {
-        this.getData();
+        // this.getData();
     }
 };
 </script>