From 80df2afd848d67c14f341c4e43d96199b774f3a6 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 10 Jul 2025 08:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95=E4=BB=A3=E7=A0=81=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/js/synthesisQuery/digitalSignage-new.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js b/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js index 69e9938..49b3eb6 100644 --- a/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js +++ b/src/main/resources/static/js/synthesisQuery/digitalSignage-new.js @@ -286,7 +286,7 @@ function getLocationInfo(id) { crossingList = []; crossingListNew = []; cablewayList = []; - // towerList = []; + towerList = []; if (data.cablewaTransVos.length > 0) { cablewayList = data.cablewaTransVos; @@ -294,9 +294,9 @@ function getLocationInfo(id) { cablewayList = []; } if (data.towerInfoVos.length > 0) { - // towerList = data.towerInfoVos; + towerList = data.towerInfoVos; } else { - // towerList = []; + towerList = []; } if (data.spanInfoVos.length > 0) { crossingList = data.spanInfoVos;