检测点

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