From ad8896a743e2a19a5eee9a9efd80492789e2a327 Mon Sep 17 00:00:00 2001
From: yyy <2605810609@qq.com>
Date: Sat, 7 Jun 2025 11:01:30 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BD=95=E5=85=A5=E7=82=B9?=
=?UTF-8?q?=E4=BD=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/mapPage/realTimeMap/editMap.vue | 20 +++++++++++++++++---
1 file changed, 17 insertions(+), 3 deletions(-)
diff --git a/src/views/mapPage/realTimeMap/editMap.vue b/src/views/mapPage/realTimeMap/editMap.vue
index aac325b8..e8a465fe 100644
--- a/src/views/mapPage/realTimeMap/editMap.vue
+++ b/src/views/mapPage/realTimeMap/editMap.vue
@@ -395,6 +395,16 @@
+
+
+
{
@@ -2010,6 +2022,7 @@ const entryActualNodeFormCancel = () => {
state.entryNodePopoverVisible = false
state.entryActualNodeForm.x = ''
state.entryActualNodeForm.y = ''
+ state.entryActualNodeForm.locationYaw = 0
}
const entryActualNodeFormSubmit = () => {
@@ -2035,7 +2048,7 @@ const entryActualNodeFormSubmit = () => {
rotatable: false,
lockAspectRatio: false, //横纵比
mapImageUrl: '',
- locationYaw: 0, //弧度
+ locationYaw: state.entryActualNodeForm.locationYaw, //弧度
type: 1, //默认类型1 路径节点
dataList: [], //存库位的
dataObj: {} //存 设备点 停车点 文字
@@ -2046,6 +2059,7 @@ const entryActualNodeFormSubmit = () => {
setTimeout(() => {
state.entryActualNodeForm.x = ''
state.entryActualNodeForm.y = ''
+ state.entryActualNodeForm.locationYaw = 0
}, 200)
}
}