Browse Source

[完善]粘贴后提示保存

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

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

@ -468,7 +468,9 @@ export class CollectionToolsComponent implements OnInit {
let companyId = sessionStorage.getItem("companyId")
let buildingId = this.beforeOneCheckedBuilding.id
let floorId = this.selectingSitePlan.id
this.canvas.paste(companyId,buildingId,floorId)
this.canvasData.isChange = true
}
basicInfo:boolean = true //基本信息名称显隐

Loading…
Cancel
Save