Compare commits

...

2 Commits

Author SHA1 Message Date
yyy
361b28e8a9 Merge branch 'xhf' of http://git.znkjfw.com/ak/zn-admin-vue3-wcs into xhf 2025-03-12 09:07:26 +08:00
yyy
920ae0fbf3 添加弧度 2025-03-12 09:07:18 +08:00

View File

@ -910,6 +910,7 @@ const mapClick = (e) => {
rotatable: false,
lockAspectRatio: false, //
mapImageUrl: '',
locationYaw: 0, //
type: 1, //1
dataList: [], //
dataObj: {} //
@ -1523,6 +1524,7 @@ const replicationNode = () => {
lockAspectRatio: copyMapItem.lockAspectRatio,
layerSelectionShow: copyMapItem.layerSelectionShow,
mapImageUrl: copyMapItem.mapImageUrl,
locationYaw: copyMapItem.locationYaw,
areaId: null,
locationNumber: copyMapItem.locationNumber || null
}
@ -1643,7 +1645,8 @@ const markFormSubmit = async () => {
mapImageUrl: '',
type: 1, //1
dataList: [], //
dataObj: {} //
dataObj: {}, //
locationYaw: 0 //
})
addEditHistory()
}