|
|
|
@ -82,6 +82,7 @@ export class CanvasShareDataService {
|
|
|
|
|
const adjoin = new BuildingAdjoinInfo(); |
|
|
|
|
adjoin.AssetId = item.Id; |
|
|
|
|
adjoin.BuildingId = this.selectStorey.buildingId; |
|
|
|
|
adjoin.ImageUrls = [] |
|
|
|
|
item.PropertyInfos.forEach(element => { |
|
|
|
|
if (element.PropertyName === '方向') { |
|
|
|
|
adjoin.Direction = Number(element.PropertyValue); |
|
|
|
|