|
|
|
@ -22,6 +22,7 @@ export class LeftDomainComponent implements OnInit {
|
|
|
|
|
editModel: boolean = true; //编辑/查看模式
|
|
|
|
|
beforeFence: number; //当前选中功能栏
|
|
|
|
|
FacilityList: FacilityInfoUIItem[] = []; //统计设备 list
|
|
|
|
|
selectFacilityId: string = null; //选中设备 ID
|
|
|
|
|
@ViewChild('nzTreeComponent', { static: false }) nzTreeComponent!: NzTreeComponent; |
|
|
|
|
treeData: NzTreeNodeOptions[] = []; //tree data
|
|
|
|
|
|
|
|
|
@ -49,6 +50,7 @@ export class LeftDomainComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
this.FacilityList = list |
|
|
|
|
this.selectFacilityId = null |
|
|
|
|
if (this.beforeFence === 3) { //消防设施
|
|
|
|
|
this.handleTreeData(this.FacilityList) |
|
|
|
|
} |
|
|
|
|