Commit c97cf03d by lyy

设备驾驶舱bug修复

parent 5a0ebddb
...@@ -260,25 +260,30 @@ ...@@ -260,25 +260,30 @@
this.date = new Date(); // 更新日期时间 this.date = new Date(); // 更新日期时间
}, 1000); }, 1000);
this.getRoleFactory(); this.getRoleFactory();
this.queryBySbStatus(); this.queryBySbStatus();
this.querySbYes(); this.querySbYes();
this.querySbNo(); this.querySbNo();
this.setOption(); this.setOption();
this.setOption2(); this.setOption2();
// var self = this;
// setTimeout(function() {
// self.init();
// }, 60000);
setTimeout(function() { setTimeout(function() {
this.init(); window.location.reload();
}, 60000); }, 60000);
}, },
methods: { methods: {
init(){ // init(){
this.getYesterdayDateFormatted(); // console.log(1)
this.getRoleFactory(); // this.getYesterdayDateFormatted();
this.queryBySbStatus(); // this.getRoleFactory();
this.querySbYes(); // this.queryBySbStatus();
this.querySbNo(); // this.querySbYes();
}, // this.querySbNo();
// },
formatTime(currentTime) { formatTime(currentTime) {
const formattedTime = const formattedTime =
currentTime.getFullYear() + currentTime.getFullYear() +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment