调试代码修复

This commit is contained in:
BianLzhaoMin 2025-07-10 08:39:53 +08:00
parent 4c414936d7
commit 80df2afd84
1 changed files with 3 additions and 3 deletions

View File

@ -286,7 +286,7 @@ function getLocationInfo(id) {
crossingList = []; crossingList = [];
crossingListNew = []; crossingListNew = [];
cablewayList = []; cablewayList = [];
// towerList = []; towerList = [];
if (data.cablewaTransVos.length > 0) { if (data.cablewaTransVos.length > 0) {
cablewayList = data.cablewaTransVos; cablewayList = data.cablewaTransVos;
@ -294,9 +294,9 @@ function getLocationInfo(id) {
cablewayList = []; cablewayList = [];
} }
if (data.towerInfoVos.length > 0) { if (data.towerInfoVos.length > 0) {
// towerList = data.towerInfoVos; towerList = data.towerInfoVos;
} else { } else {
// towerList = []; towerList = [];
} }
if (data.spanInfoVos.length > 0) { if (data.spanInfoVos.length > 0) {
crossingList = data.spanInfoVos; crossingList = data.spanInfoVos;