Commit ac66d60a by liuyang

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

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