From 27c04c726187ca50c6c693c4aec92a1c43ef115b Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 19 四月 2025 08:12:17 +0800 Subject: [PATCH] 修改登录页 --- DevApp/Gs.DevApp/UserControl/SelectOrg.cs | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectOrg.cs b/DevApp/Gs.DevApp/UserControl/SelectOrg.cs index 3b53882..1af7b75 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectOrg.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectOrg.cs @@ -1,5 +1,4 @@ -锘縰sing DevExpress.Utils.DirectXPaint; -using Gs.DevApp.Entity; +锘縰sing Gs.DevApp.Entity; using Gs.DevApp.ToolBox; using Newtonsoft.Json; using System; @@ -16,7 +15,7 @@ { InitializeComponent(); getPageList(1); - Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1); + Gs.DevApp.ToolBox.UtilityHelper.SetGridViewParameter(gridView1, null, null, null, "", null, null, false); } /// <summary> /// 鏌ヨ浜嬩欢 -- Gitblit v1.9.3