bug
lu
9 天以前 6a89dc5916749e18dc77b15c7c27ccd2ada38e6b
DevApp/Gs.DevApp/DevFrm/QC/DefectCode.cs
@@ -195,12 +195,15 @@
                tlMenu.ParentFieldName = "pid";
                tlMenu.EndUpdate();
                //this.tlMenu.CollapseAll();
                this.tlMenu.ExpandAll();
                // this.tlMenu.ExpandAll();
                this.tlMenu.ExpandToLevel(0);
            }
            catch (Exception ex)
            {
                MsgHelper.Warning("提示:" + ex.Message);
            }
        }
    }
}