调试代码修复
This commit is contained in:
parent
4c414936d7
commit
80df2afd84
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue