Compare commits

..

No commits in common. "132a9f0f705842c3596b3168426537ebb7fc0331" and "df7d477cb12935a767d5ea843751964904ea403f" have entirely different histories.

View File

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