From 24c75bd9e438cf6ad6622e93dc14ce3e67caae96 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期二, 18 七月 2023 15:56:35 +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