This commit is contained in:
jiangfuzhuang
2020-02-07 17:34:58 +08:00
parent 9b34ead8f8
commit e83f0bcd40
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -668,7 +668,7 @@ export default {
this.connect()
// this.getwork_state()
this.getOP_state()
this.timer = setInterval(this.getwork_state, 60 * 1000) // 工位状态 60秒 一刷新
// this.timer = setInterval(this.getwork_state, 60 * 1000) // 工位状态 60秒 一刷新
},
beforeDestroy() {
// 页面结束之前关闭所有timer防止资源占用