@@ -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']),