|
|
|
@ -70,6 +70,7 @@ const processData = (data) => {
|
|
|
|
if (data.FodName === '图像数据') {
|
|
|
|
if (data.FodName === '图像数据') {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (data.FodName === 'fod信息') {
|
|
|
|
if (data.FodName === 'fod信息') {
|
|
|
|
|
|
|
|
console.log('障碍物信息', data)
|
|
|
|
setDot(data)
|
|
|
|
setDot(data)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (data.ty === 3) {
|
|
|
|
if (data.ty === 3) {
|
|
|
|
@ -748,7 +749,6 @@ const updateRunwayNum = (e) => {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
})
|
|
|
|
})
|
|
|
|
console.log(arr)
|
|
|
|
|
|
|
|
parasPosForm.value.runwayedges = JSON.parse(JSON.stringify(arr))
|
|
|
|
parasPosForm.value.runwayedges = JSON.parse(JSON.stringify(arr))
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|