Browse Source

[完善]删除多域代码

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

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

@ -872,7 +872,6 @@ export class CollectionToolsExamineeComponent implements OnInit {
async renovateTreeData (isRefresh:boolean = true) { async renovateTreeData (isRefresh:boolean = true) {
this.allFireElements[this.allFireElements.length-1].children = [] this.allFireElements[this.allFireElements.length-1].children = []
this.beforeOneCheckedBuildingIsShow = false this.beforeOneCheckedBuildingIsShow = false
isRefresh? await this.canvas.refresh() : null
isRefresh? this.canvasData.isChange = false : null //服务中 数据是否改动 改为false isRefresh? this.canvasData.isChange = false : null //服务中 数据是否改动 改为false
isRefresh? this.isShowProperty = true : null isRefresh? this.isShowProperty = true : null
isRefresh? this.isShowAttribute = true : null isRefresh? this.isShowAttribute = true : null

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

@ -1109,9 +1109,6 @@ export class CollectionToolsComponent implements OnInit {
this.allFireElements[this.allFireElements.length-1].children = [] this.allFireElements[this.allFireElements.length-1].children = []
this.beforeOneCheckedBuildingIsShow = false this.beforeOneCheckedBuildingIsShow = false
// isRefresh? await this.canvas.refresh() : null
// this.canvas.setNameVisible(this.basicInfo,0)
// this.canvas.setNameVisible(this.wantToWork,1)
isRefresh? this.canvasData.isChange = false : null //服务中 数据是否改动 改为false isRefresh? this.canvasData.isChange = false : null //服务中 数据是否改动 改为false
isRefresh? this.isShowProperty = true : null isRefresh? this.isShowProperty = true : null
isRefresh? this.isShowAttribute = true : null isRefresh? this.isShowAttribute = true : null

Loading…
Cancel
Save