检测点

This commit is contained in:
yyy 2025-06-27 17:04:35 +08:00
parent 945708ccc9
commit 3bd79f560b

View File

@ -2217,7 +2217,7 @@ const generateDetectionPoint = async () => {
//线
let newRoute = {
isSelected: false,
isSelected: true,
startingPointId: newId,
endPointId: id,
startPointX: newX,
@ -2256,6 +2256,7 @@ const generateDetectionPoint = async () => {
//线线
state.mapRouteList.push(newRoute)
state.currentItemIndex = state.allMapPointInfo.length - 1
addEditHistory()
//
hideContextMenu()