lu
2025-02-14 95dd27dfdf681fd55367df49cc01c34fff1eba1e
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)
            {