YaolongHan 6 years ago
parent
commit
a68bc4d997
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/business_space/graphy/business.vue

+ 1 - 0
src/components/business_space/graphy/business.vue

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