diff --git a/插件库/Lskj.Control/AutoTreeLookUp/AutoTreeLookUp.cs b/插件库/Lskj.Control/AutoTreeLookUp/AutoTreeLookUp.cs index f4df6d3..021f411 100644 --- a/插件库/Lskj.Control/AutoTreeLookUp/AutoTreeLookUp.cs +++ b/插件库/Lskj.Control/AutoTreeLookUp/AutoTreeLookUp.cs @@ -571,11 +571,13 @@ namespace Lskj.Control { if (nodes[0].Parent != null) nodes[0].Parent.Expand(); nodes[0].Checked = true; + _popup.TreeViewObj.SelectedNode = nodes[0]; _popup.TreeViewExObj.tvMain_AfterCheck(_popup.TreeViewExObj, new TreeViewEventArgs(nodes[0], TreeViewAction.ByMouse)); } } } + _popup.TreeViewObj.Focus(); } /// /// 说明: