Browse Source

[完善]删除多余代码

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

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

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

Loading…
Cancel
Save