lu
2025-06-07 22ea524beef76405f6c9583d5a51fa55f4512014
DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
@@ -83,7 +83,7 @@
        /// </summary>
        private void getTree()
        {
            string _where = " and 1=1 and " + this.strWhere;
            string _where = " and 1=1 and a.type1=1 and " + this.strWhere;
            var pgq = new PageQueryModel(1, 999999, "a.defect_name", "asc", "", _where);
            var json = JsonConvert.SerializeObject(pgq);
            try
@@ -101,6 +101,7 @@
                //  tlMenu.OptionsBehavior.Editable = true;
                tlMenu.OptionsBehavior.AllowRecursiveNodeChecking = false;
                tlMenu.BestFitColumns();
                tlMenu.ExpandAll();
            }
            catch (Exception ex)
            {