Compare commits
No commits in common. "361b28e8a9be327c7c106f770fb1f9532bfe5f66" and "edd39660dbc750091221d32688a962ac301593f1" have entirely different histories.
361b28e8a9
...
edd39660db
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user