From 9af2e7382c7190b19ee22ce462a80782a93a9674 Mon Sep 17 00:00:00 2001 From: yyy <2605810609@qq.com> Date: Fri, 28 Feb 2025 09:13:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E7=BC=96=E8=BE=91=E7=A7=BB?= =?UTF-8?q?=E5=8A=A8=E6=9C=80=E5=A4=A7=E6=9C=80=E5=B0=8F=E5=80=BC=E6=A0=A1?= =?UTF-8?q?=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mapPage/realTimeMap/editMap.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = () => {