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