Browse Source

解决冲突

haojianlong 4 years ago
parent
commit
815df42b47
1 changed files with 1 additions and 0 deletions
  1. 1 0
      persagy-web-graph/src/SGraphItem.ts

+ 1 - 0
persagy-web-graph/src/SGraphItem.ts

@@ -215,6 +215,7 @@ export class SGraphItem extends SObject {
     private _data: any | null = null;
     set data(d: any) {
         this._data = d;
+        
         this.update();
     }
     get data(): any | null {