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