SVN r1047

SVN-Revision: r1047
This commit is contained in:
cyf
2025-11-20 09:01:11 +00:00
parent 6c0f72cb62
commit 2616d5dbad
23 changed files with 741 additions and 202 deletions
@@ -1090,6 +1090,7 @@ namespace Lskj.Control
this._Handed = true;
try
{
if (obj == null) return;
AutoGridPopup popupObj = obj as AutoGridPopup;
string[] columnsWidth = Model != null && Model.LookUpFieldsWidth != null ? Model.LookUpFieldsWidth.Trim().TrimEnd(',').Split(',') : null;
if (Model != null && !string.IsNullOrWhiteSpace(Model.LookUpFieldsWidth) && columnsWidth.Length > 0)
@@ -1215,8 +1216,9 @@ namespace Lskj.Control
}
}
}
catch (Exception)
catch (Exception ex)
{
string Message = ErrorMessage.PromptErrorMessage(ex);
throw;
}
}