Unverified Commit fd36ddf8 authored by 老广's avatar 老广 Committed by GitHub

[Update] 修改点击同步session (#84)

parent 59bb6d40
...@@ -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