From da7a62b106c8192140427e243e1d41fca1625838 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 18 七月 2025 10:26:43 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs index 6611cd4..332e827 100644 --- a/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs +++ b/DevApp/Gs.DevApp/UserControl/UcToolBarMenu.cs @@ -254,7 +254,7 @@ } catch (Exception ex) { - MsgHelper.Warning("鎻愮ず锛�" + ex.Message); + MsgHelper.ShowError("鎻愮ず锛�" + ex.Message); } }; frm.ShowDialog(); @@ -452,10 +452,9 @@ lst.Add(btnShouHouChk.Name); lst.Add(btnShouHouFchk.Name); lst.Add(btnIn.Name); + lst.Add(btnOut.Name); _enabledBtn(lst); } - - } } -- Gitblit v1.9.3