Browse Source

[完善] 编制工具初始化执行顺序更正

develop
陈鹏飞 4 years ago
parent
commit
6640724553
  1. 5
      src/app/ui/collection-tools/collection-tools.component.ts

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

@ -426,8 +426,6 @@ export class CollectionToolsComponent implements OnInit {
this.getAllLibrary()
this.getAllBuildings()
this.getSitePlan()
let that = this
window.setTimeout(()=>{
document.getElementById("functionalDomainContent").oncontextmenu = function (event) {
@ -439,9 +437,8 @@ export class CollectionToolsComponent implements OnInit {
}
ngAfterViewInit(): void {
this.getSitePlan()
// 监听canvas组件选中素材事件
this.canvas.on("select",obj=>{
//选中素材属性注入函数

Loading…
Cancel
Save