Explorar o código

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

chenc %!s(int64=3) %!d(string=hai) anos
pai
achega
acfa278be2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/dashboard/line.html

+ 1 - 1
pages/dashboard/line.html

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