From 159a74e35b588f95fd3e9efc4e15733f84cbd829 Mon Sep 17 00:00:00 2001 From: L <L@132> Date: 星期日, 21 九月 2025 21:04:18 +0800 Subject: [PATCH] * --- src/main/webapp/views/monitor/js/monitor.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/views/monitor/js/monitor.js b/src/main/webapp/views/monitor/js/monitor.js index 5fc35d8..c99b0f8 100644 --- a/src/main/webapp/views/monitor/js/monitor.js +++ b/src/main/webapp/views/monitor/js/monitor.js @@ -53,7 +53,7 @@ * 鑾峰彇鍏朵粬鏁版嵁 */ function getOther() { - http.get(baseUrl+"/monitor/other", {crnId: getUrlVal("crnId")}, function (res) { + http.get(baseUrl+"/monitor/other", {crnId: getUrlVal("crnId"), ledId: getUrlVal("ledId")}, function (res) { if (res.code === 200){ // 宸� -- Gitblit v1.9.1