Compare commits
2 Commits
edd39660db
...
361b28e8a9
Author | SHA1 | Date | |
---|---|---|---|
![]() |
361b28e8a9 | ||
![]() |
920ae0fbf3 |
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user