SVN-Revision: r255
This commit is contained in:
tdx
2025-02-08 06:08:43 +00:00
parent e86a29f85e
commit 6a9578199c
+1 -1
View File
@@ -1690,7 +1690,7 @@ namespace Lskj.Control
fieldValue = ReplaceHelper.ReplaceRowParam(Model.GetMaintabFocusedRow(), fieldValue);
}
//string fieldValue = BaseImpl.GetDefaultValue(model.DefaultValue, "", Model.OtherParams());
string parentDefault = model.DefaultValue.Replace("{", "").Replace("}", "");
string parentDefault = (model.DefaultValue + "").Replace("{", "").Replace("}", "");
if (this.ParentGridEx != null && this.ParentGridEx.GridView.Columns.ColumnByName(parentDefault) != null)
{
object valueObj = this.ParentGridEx.GridView.GetRowCellValue(this.ParentGridEx.GridView.FocusedRowHandle, parentDefault);