Browse Source

[修正]粘贴功能

develop
邵佳豪 5 years ago
parent
commit
5d1cfe09ed
  1. 1
      src/app/ui/collection-tools/collection-tools.component.ts

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

@ -412,7 +412,6 @@ export class CollectionToolsComponent implements OnInit {
let buildingId = this.beforeOneCheckedBuilding.id
let floorId = this.selectingSitePlan.id
this.canvas.paste(companyId,buildingId,floorId)
this.canvas.refresh()
}
basicInfo:boolean = true //基本信息名称显隐

Loading…
Cancel
Save