Browse Source

产线看板定时取数据时间改变

chenc 3 years ago
parent
commit
acfa278be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/dashboard/line.html

+ 1 - 1
pages/dashboard/line.html

@@ -413,7 +413,7 @@
                 }
                 }
             },
             },
             mounted() {
             mounted() {
-                this.timer_long = setInterval(this.refreshData, 60000);
+                this.timer_long = setInterval(this.refreshData, 120000);
                 this.refreshData();
                 this.refreshData();
 
 
             },
             },