Browse Source

[完善] 选择素材时参数删除

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

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

@ -737,6 +737,7 @@ export class CollectionToolsComponent implements OnInit {
//封装 刷新 tree 数据
renovateTreeData () {
// this.canvas.refreshBackgroundImage()
this.canvasData.isChange = false //服务中 数据是否改动 改为false
this.isShowAttribute = true //属性栏展示 默认数据
@ -1131,7 +1132,7 @@ export class CollectionToolsComponent implements OnInit {
this.selectImage = items
this.selectImageIndex = index
this.canvasData.selectTemplateData = items
this.canvas.beginPaint(items)
this.canvas.beginPaint()
}
}

Loading…
Cancel
Save