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