Compare commits

..

No commits in common. "361b28e8a9be327c7c106f770fb1f9532bfe5f66" and "edd39660dbc750091221d32688a962ac301593f1" have entirely different histories.

View File

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