|
|
|
@ -366,6 +366,7 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
//动态属性素材input框值改变
|
|
|
|
|
assetInputChange(i, e) { |
|
|
|
|
if (e.target.value) { |
|
|
|
|
let index = this.canvasAssetObj.PropertyInfos.findIndex((item) => { |
|
|
|
|
return i.PropertyName == item.PropertyName; |
|
|
|
|
}); |
|
|
|
@ -378,6 +379,7 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
this.canvas.refreshIcon(this.canvasAssetObj.Id); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
//动态属性素材布尔值框改变radio
|
|
|
|
|
assetRadioChange(i, boolean) { |
|
|
|
@ -1014,7 +1016,6 @@ export class CollectionToolsPlanComponent implements OnInit {
|
|
|
|
|
//如果是基本信息编辑模式
|
|
|
|
|
// console.log(1234, object);
|
|
|
|
|
for (const key in object) { |
|
|
|
|
|
|
|
|
|
if (object[key].Name == "毗邻") { |
|
|
|
|
//如果是相同楼层,则筛选出毗邻
|
|
|
|
|
object[key].PropertyInfos.forEach((element) => { |
|
|
|
|