|
|
|
@ -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() |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|