李天标 5 년 전
부모
커밋
6986ed684d
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']),