|
@@ -579,6 +579,7 @@
|
|
initGraphy(data) {
|
|
initGraphy(data) {
|
|
this.resetSize();
|
|
this.resetSize();
|
|
this.$nextTick(()=>{
|
|
this.$nextTick(()=>{
|
|
|
|
+ console.log('initGraphy',data)
|
|
this.mainScene = new mainScene(data);
|
|
this.mainScene = new mainScene(data);
|
|
this.view.scene = this.mainScene;
|
|
this.view.scene = this.mainScene;
|
|
this.view.fitSceneToView();
|
|
this.view.fitSceneToView();
|