From 9cdebe64f7ce63aee080491dec6d108466527432 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期三, 19 二月 2025 09:35:40 +0800 Subject: [PATCH] 增加帮助 --- DevApp/Gs.DevApp/UserControl/SelectCgMx.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs b/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs index db159d5..e7bd4ef 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectCgMx.cs @@ -32,7 +32,7 @@ this.receiveOrgId = _receiveOrgId; this.isWw= _isWw; pageBar1.PagerEvent += PageBar1_PagerEvent; - Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(this.GetType().FullName, gridView1, null, null, null, "", (value) => + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter( gridView1, null, null, null, "", (value) => { }); -- Gitblit v1.9.3