浏览代码

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

chenc 3 年之前
父节点
当前提交
acfa278be2
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();
 
             },