|
@@ -427,7 +427,8 @@ export default class HistoryUtil {
|
|
|
curveRoadPointInfo.parent = JSON.parse(
|
|
|
JSON.stringify(curveRoadPoint2.parent)
|
|
|
);
|
|
|
- curveRoadPointInfo.index = curveRoadPoint1.index;
|
|
|
+
|
|
|
+ curveRoadPointInfo.index = curveRoadPoint2.index;
|
|
|
this.setCurveRoadPointInfo(curveRoadPointInfo);
|
|
|
}
|
|
|
|