From 97d845fb13febed5c3cbeb649d354eda5c303639 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 07 四月 2023 08:13:05 +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