fix: 修复地图报错

This commit is contained in:
chenjinsong
2022-11-04 11:32:49 +08:00
parent 68596189b4
commit c0487a708a

View File

@@ -143,6 +143,9 @@ export default {
pktRetransPercent: t.packetRetransScore ? t.packetRetransScore.pktRetransPercent : null
}
t.score = computeScore(data)
if (t.score === '-') {
t.score = ''
}
})
this.loadMarkerData(imageSeries, mapData)
})