From 97cec1ca4764354df78c3236cf21ee5418b62dbd Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期五, 28 三月 2025 09:47:12 +0800
Subject: [PATCH] 12

---
 Monitor-APP/pages/home/home.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index df2215c..8d4873b 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -253,6 +253,7 @@
 								<view>鍟嗗搧缂栫爜锛歿{item.matnr}}</view>
 								<view>鍟嗗搧鍚嶇О锛歿{item.maknx}}</view>
 								<view>瑙勬牸锛歿{item.specs}}</view>
+								<view>鍥惧彿锛歿{item.model}}</view>
 								<view>鏁伴噺锛歿{item.count}} / {{item.total ? item.total : '--'}}</view>
 
 
@@ -485,10 +486,10 @@
 			setInterval(() => {
 				this.getDate2()
 				this.getUrl()
-				// this.getInfo()
-				// this.getError()
-				this.getInfo2()
-				this.getError2()
+				this.getInfo()
+				this.getError()
+				// this.getInfo2()
+				// this.getError2()
 				this.controller()
 			}, 1000)
 
@@ -497,7 +498,7 @@
 				this.initlineChart()
 				this.initPieChart()
 				this.getOther()
-			}, 3600000)
+			}, 1800000)
 		},
 		methods: {
 			timeOuts() {

--
Gitblit v1.9.1