lu
2025-05-27 9778339d53c6abbed56e27d1f49c06fa8f569cf2
DevApp/Gs.DevApp/UserControl/UcDictionarySelect.cs
@@ -83,8 +83,8 @@
        /// </summary>
        private void getTree()
        {
            string _where = " and 1=1 and "+this.strWhere;
            var pgq = new PageQueryModel(1, 999999, "a.defect_name","asc","", _where);
            string _where = " and 1=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)
            {