From 69ec7e59f74d0797a1350fbb5ef1d800dfdb8185 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 29 三月 2025 15:28:38 +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