SVN-Revision: r368
This commit is contained in:
wyf
2025-03-21 06:22:05 +00:00
parent 8d5468f734
commit ef024fe8fd
@@ -180,11 +180,14 @@ namespace Lskj.Control
else
{
this.txtEdit.Text = "";
if (_lookUpForm != null)
{
_lookUpForm.EditText = "";
_lookUpForm.EditValue = "";
}
}
}
}
/// <summary>
/// <para>说明:设置控件的实际值</para>
/// <para>创建人:王一帆</para>