线上加点

This commit is contained in:
yyy 2025-04-14 18:12:25 +08:00
parent fcdf626511
commit ca0a561058

View File

@ -2726,7 +2726,7 @@ const handleChooseRoute = async (item, index, type, e) => {
let res = await MapApi.lineAddItem([ let res = await MapApi.lineAddItem([
{ {
...newPoint, ...newPoint,
oldLineId: id, oldLineId: item.id,
positionMapLines: [positionMapLineOne, positionMapLineTwo] positionMapLines: [positionMapLineOne, positionMapLineTwo]
} }
]) ])