SVN-Revision: r368
This commit is contained in:
wyf
2025-03-21 06:22:05 +00:00
parent 8d5468f734
commit ef024fe8fd
@@ -180,8 +180,11 @@ namespace Lskj.Control
else
{
this.txtEdit.Text = "";
_lookUpForm.EditText = "";
_lookUpForm.EditValue = "";
if (_lookUpForm != null)
{
_lookUpForm.EditText = "";
_lookUpForm.EditValue = "";
}
}
}
}