From f23d33d0cf77a73d449cd7c38effda9e50c8fda4 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 06 三月 2025 08:13:37 +0800
Subject: [PATCH] 版面

---
 DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs b/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs
index d66af7f..ce873c3 100644
--- a/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Sys/SysMenu.cs
@@ -113,7 +113,6 @@
                 MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
                 return;
             }
-
             if (!MsgHelper.AskQuestion("浣犻�夋嫨浜嗐��" + rowName + "銆戯紝纭畾鍒犻櫎鍚楋紵")) return;
             var lst = new List<string>();
             lst.Add(rowGuid);
@@ -221,7 +220,6 @@
                 txt_upGuid.Focus();
                 return;
             }
-
             var _obj = new
             {
                 guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //涓诲缓
@@ -270,7 +268,7 @@
                 tlMenu.ParentFieldName = "upGuid";
                 tlMenu.Tag = "name";
                 tlMenu.EndUpdate();
-                // this.tlMenu.ExpandAll();
+                this.tlMenu.CollapseAll();
                 tlMenu.OptionsView.CheckBoxStyle =
                     DefaultNodeCheckBoxStyle.Default;
             }
@@ -287,7 +285,6 @@
                 MsgHelper.Warning("璇峰厛閫夋嫨浣犺鎿嶄綔鐨勮锛�");
                 return;
             }
-
             UtilityHelper.JumpToTab(xtraTabControl1, tabIdx);
             var _obj = new
             {
@@ -376,7 +373,6 @@
                         i++;
                     }
                 }
-
             txt_icon.Properties.LargeImages = dicImg;
             txt_icon.Properties.SmallImages = dicImg;
         }

--
Gitblit v1.9.3