feat: 优化初始化缓存及控件功能
This commit is contained in:
@@ -2743,7 +2743,7 @@ namespace Lskj.Control
|
||||
BaseUserControl baseControl = this.ControlObj.FindControl(PrimaryKey);
|
||||
if (baseControl != null)
|
||||
{
|
||||
this.ControlObj.CopyControlValue();
|
||||
this.ControlObj.CopyControlValue(this.SysModel.CancelCopyAssociation);
|
||||
baseControl.EditText = BaseImpl.GetDefaultValue(baseControl.Model.Default, ParentKey);
|
||||
|
||||
lteSpeciesNo.TextEdit.EditValue = this.ParentKey;
|
||||
|
||||
Reference in New Issue
Block a user