Commit 18243eb0 authored by ibuler's avatar ibuler

[Update] 修改点击同步session

parent 1def3204
...@@ -50,6 +50,7 @@ export class ElementAssetTreeComponent implements OnInit, OnChanges { ...@@ -50,6 +50,7 @@ export class ElementAssetTreeComponent implements OnInit, OnChanges {
const zTreeObj = $.fn.zTree.getZTreeObj('ztree'); const zTreeObj = $.fn.zTree.getZTreeObj('ztree');
zTreeObj.expandNode(treeNode); zTreeObj.expandNode(treeNode);
} else { } else {
this._http.get_user_profile().subscribe();
this.Connect(treeNode); this.Connect(treeNode);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment