fqc
lu
2025-04-05 247cc1010a4967a24d2d0eaeb092acc24c08ba96
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)
            {