From 10c67c3fd19ff5c966d66f817c75fc7a895e8bfc Mon Sep 17 00:00:00 2001 From: zjj <3272660260@qq.com> Date: 星期五, 24 五月 2024 10:00:14 +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