From fcbd3be5b8cff86da965eaee5f17bd3831cb9a80 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期四, 11 九月 2025 17:47:11 +0800 Subject: [PATCH] bug --- DevApp/Gs.DevApp/DevFrm/Rpt/CPMX.cs | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/CPMX.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/CPMX.cs index 3487237..333c59a 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/CPMX.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/CPMX.cs @@ -26,10 +26,7 @@ this.toolBarMenu1.btnQueryClick += ToolBarMenu1_btnQueryClick; this.toolBarMenu1.getXmlConfig(); // 璁剧疆gridView1鍙傛暟锛屽苟娣诲姞琛岄�夋嫨浜嬩欢澶勭悊 - Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, this, "", "", null, tips, true, (mxxGuid) => - { - /// MessageBox.Show(mxxGuid.ToString()); - }); + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, this, "", "", null, tips, true, null); // 娣诲姞gridView1鐨勮閫夋嫨鍙樺寲浜嬩欢 gridView1.FocusedRowChanged += GridView1_FocusedRowChanged; // 璁剧疆gridView2鍙傛暟 -- Gitblit v1.9.3