Compare commits
No commits in common. "132a9f0f705842c3596b3168426537ebb7fc0331" and "df7d477cb12935a767d5ea843751964904ea403f" have entirely different histories.
132a9f0f70
...
df7d477cb1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user