lu
2025-02-10 14ff6d2fd5018f7f9a9e01153bbe95ba60d5342e
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)
            {