From 5eeefc6b1dd8c8c4f69efcec0c7ad13d35395487 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期二, 13 一月 2026 16:02:51 +0800
Subject: [PATCH] 调整接口接收方式

---
 fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html b/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
index 064fbd0..489bad1 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/video-list-dept.html
@@ -469,6 +469,7 @@
 <script th:inline="javascript">
     var listCamera = [[${listCamera}]];
     var type = [[${type}]];
+    var lan = [[${lan}]];
 </script>
 <script th:src="@{/js/jquery.min.js}"></script>
 <script th:src="@{/ajax/libs/layui/layui.js}"></script>

--
Gitblit v1.9.3