Commit ac66d60a by liuyang

2024-10-21 驾驶舱定时刷新

parent 39c0ab44
......@@ -281,12 +281,11 @@
setInterval(()=> {
this.initPage();
}, 10000);
}, 60000);
},
methods: {
initPage(){
this.queryCompanyInfo();
this.queryMaxDate();
this.queryZCLinfo();
this.queryGroupCLnfo();
......
......@@ -280,7 +280,6 @@
methods: {
initPage(){
this.getYesterdayDateFormatted();
this.queryCompanyInfo();
this.queryBySbStatus();
this.querySbYes();
this.querySbNo();
......
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