李天标 преди 5 години
родител
ревизия
a5c8f56224
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      pages/Charts/mainStatistics.vue

+ 3 - 3
pages/Charts/mainStatistics.vue

@@ -256,7 +256,7 @@
 			var id = this.adminId;
 
 			this.day();
-			this.equipmentStatus();
+			// this.equipmentStatus();
 		},
 		mounted() {
 			var token = uni.getStorageSync("token");
@@ -267,8 +267,8 @@
 					url: '../Login/Login',
 				});
 			}
-			this.day();
-			
+			// this.day();
+			this.equipmentStatus();
 		},
 		methods: {
 			...mapActions('chart', ['getStatistics', 'getMainStatistics', 'getMachineNum']),