From 196f9b62a04204e7c05da99b53ab9f36d2d7a029 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 17 十一月 2023 10:38:53 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor.html |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/monitor.html b/src/main/webapp/views/monitor.html
index b15a72d..534c354 100644
--- a/src/main/webapp/views/monitor.html
+++ b/src/main/webapp/views/monitor.html
@@ -385,14 +385,18 @@
     $('.lcd').click(function () {
         var id = this.id.split("-")[1];
         switch (id) {
-            case '1':
+            case '100':
                 crnId = 1;
                 lcdId = 100;
                 break;
-            case '2':
-                crnId = 2;
+            case '110':
+                crnId = 1;
                 lcdId = 110;
                 break;
+            case '113':
+                crnId = 2;
+                lcdId = 113;
+                break;
         }
         getOther2(crnId,lcdId)
     })

--
Gitblit v1.9.1