From b7d1015b1777f35374b49cd49642e8e00bb0d81c Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期日, 03 十一月 2024 12:55:48 +0800
Subject: [PATCH] 1

---
 src/views/mdc/realtime-status/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/mdc/realtime-status/index.vue b/src/views/mdc/realtime-status/index.vue
index fd7c5cd..0e7f590 100644
--- a/src/views/mdc/realtime-status/index.vue
+++ b/src/views/mdc/realtime-status/index.vue
@@ -315,7 +315,7 @@
 										if(eventData.data[item1.key]) {
 											if(item1.key == "Alarm") {
 												var vJson = JSON.parse(eventData.data[item1.key].v);
-												item1.code = vJson[0];
+												item1.code = JSON.stringify(vJson[0]);
 											}else {
 												item1.code = eventData.data[item1.key].v;
 											}

--
Gitblit v1.9.3