From 602e9c1226007978e5ae5db665e9bab0236b53d8 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 27 六月 2024 09:19:09 +0800
Subject: [PATCH] #

---
 Monitor-APP/pages/home/home.vue |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/Monitor-APP/pages/home/home.vue b/Monitor-APP/pages/home/home.vue
index d583544..671f36b 100644
--- a/Monitor-APP/pages/home/home.vue
+++ b/Monitor-APP/pages/home/home.vue
@@ -419,10 +419,10 @@
 				this.getOther()
 				// this.getDate()
 				this.getDate2()
-				// this.getInfo()
-				// this.getError()
-				this.getInfo2()
-				this.getError2()
+				this.getInfo()
+				this.getError()
+				// this.getInfo2()
+				// this.getError2()
 				this.getUrl()
 				this.controller()
 				// 娴嬭瘯鐢�
@@ -522,12 +522,16 @@
 							that.infoType = 1
 							if (res.data[0].ioType === 101) {
 								that.infoText.title = '鍏ㄦ澘鍑哄簱'
+								that.pakoutShow = true
 							} else if(res.data[0].ioType === 103) {
 								that.infoText.title = '妫�鏂欏嚭搴�'
+								that.pakoutShow = true
 							} else if(res.data[0].ioType === 107) {
 								that.infoText.title = '鐩樼偣鍑哄簱'
+								that.pakoutShow = true
 							} else if(res.data[0].ioType === 1) {
 								that.infoText.title = '鍏ュ簱'
+								that.pakoutShow = false
 							} else if(res.data[0].ioType === 10) {
 								that.infoText.title = '绌烘墭鍏ュ簱'
 							} else if(res.data[0].ioType === 110) {

--
Gitblit v1.9.1