diff --git a/src/views/mapPage/realTimeMap/editMap.vue b/src/views/mapPage/realTimeMap/editMap.vue index 06c30b83..7c5b4520 100644 --- a/src/views/mapPage/realTimeMap/editMap.vue +++ b/src/views/mapPage/realTimeMap/editMap.vue @@ -1444,9 +1444,9 @@ const pasteNode = () => { } //移动工具表单提交 const moveFormSubmit = async () => { - // state.allMapPointInfo[state.currentItemIndex].locationX = Number(state.moveForm.locationX) - // state.allMapPointInfo[state.currentItemIndex].locationY = Number(state.moveForm.locationY) - // addEditHistory() + state.allMapPointInfo[state.currentItemIndex].locationX = Number(state.moveForm.locationX) + state.allMapPointInfo[state.currentItemIndex].locationY = Number(state.moveForm.locationY) + addEditHistory() } //旋转工具表单提交 const rotationFormSubmit = () => {