From bd18bae05ec337f06ba825d4e4148f7129009c14 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期一, 27 五月 2024 15:20:49 +0800 Subject: [PATCH] # --- Monitor-APP/pages/home/home.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue index 067b1b6..1ab3d1a 100644 --- a/Monitor-APP/pages/home/home.vue +++ b/Monitor-APP/pages/home/home.vue @@ -462,8 +462,8 @@ setInterval(()=>{ // 娴嬭瘯鐢� - // this.getVisualized() - this.getVisualizedTest() + this.getVisualized() + // this.getVisualizedTest() },1000) }, methods: { @@ -533,7 +533,7 @@ that.infoText.title = '鐩樼偣鍐嶅叆搴�' } else if (res.data.agvWrkMast.ioType == 53) { that.infoText.title = '鎷f枡鍐嶅叆搴�' - } else { + } else if (res.data.agvWrkMast.ioType == 101) { that.infoText.title = '鍏ㄦ澘鍑哄簱' } } else{ -- Gitblit v1.9.1