From cea63ac0eaebb1719d8e66a7a91bf556ef46fbf7 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Fri, 28 Aug 2020 17:32:18 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=88=9D=E5=A7=8B=E5=8C=96?= =?UTF-8?q?ImageUrls=E6=95=B0=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/canvas-share-data.service.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/canvas-share-data.service.ts b/src/app/canvas-share-data.service.ts index 5ced92a..d985515 100644 --- a/src/app/canvas-share-data.service.ts +++ b/src/app/canvas-share-data.service.ts @@ -56,6 +56,7 @@ export class CanvasShareDataService { if (item.Name === '毗邻') { const adjoin = new CompanyAdjoinInfo(); adjoin.AssetId = item.Id; + adjoin.ImageUrls = [] adjoin.CompanyId = sessionStorage.getItem('companyId'); item.PropertyInfos.forEach(element => { if (element.PropertyName === '方向') { @@ -107,6 +108,7 @@ export class CanvasShareDataService { if (item.Name === '重点部位') { const important = new CompanyImportantLocationInfo(); important.Id = item.Id; + important.ImageUrls = [] important.CompanyId = sessionStorage.getItem('companyId'); item.PropertyInfos.forEach(element => { if (element.PropertyName === '名称/编号') { @@ -138,6 +140,7 @@ export class CanvasShareDataService { if (item.Name === '重点部位') { const important = new BuildingImportantLocationInfo(); important.Id = item.Id; + important.ImageUrls = [] important.BuildingId = this.selectStorey.buildingId; item.PropertyInfos.forEach(element => { if (element.PropertyName === '名称/编号') {