Browse Source

[完善]更改方法名称

master
邵佳豪 4 years ago
parent
commit
c9b3ff1619
  1. 2
      src/app/ui/collection-tools/collection-tools.component.ts

2
src/app/ui/collection-tools/collection-tools.component.ts

@ -1128,7 +1128,7 @@ export class CollectionToolsComponent implements OnInit {
}
}
this.handleTreeData(storeyData) //处理tree数据结构
this.canvas.loadExaminerData()
this.canvas.onExaminerClickFloor()
// 隐藏基本信息图形
this.canvas.setNameVisible(false, 0);
}

Loading…
Cancel
Save