|
|
@ -704,6 +704,11 @@ export class CollectionToolsPlanComponent implements OnInit { |
|
|
|
if (this.router.url.indexOf("gis") == -1 && this.router.url.indexOf("createplanonlinefive") == -1) { |
|
|
|
if (this.router.url.indexOf("gis") == -1 && this.router.url.indexOf("createplanonlinefive") == -1) { |
|
|
|
this.getSitePlan() |
|
|
|
this.getSitePlan() |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
//监听数据变化后
|
|
|
|
|
|
|
|
this.canvas.on('canvasDataChanged', () => { |
|
|
|
|
|
|
|
// 收到数据表示共享数据发生变化
|
|
|
|
|
|
|
|
this.renovateTreeData(false) |
|
|
|
|
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
copyAssetData: any //存储用于复制的素材
|
|
|
|
copyAssetData: any //存储用于复制的素材
|
|
|
|