lu
2025-03-28 91e22ded7e97d54830b8cb78e73b10ed219d3ca8
DevApp/Gs.DevApp/UserControl/UcLookUser.cs
@@ -44,6 +44,8 @@
                lookSearchSupplier.Properties.DataSource = dt;
                lookSearchSupplier.Properties.DisplayMember = "userName";
                lookSearchSupplier.Properties.ValueMember = "guid";
                lookSearchSupplier.ForceInitialize();
                lookSearchSupplier.Properties.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
            }
            catch (Exception ex)
            {