@@ -55,12 +55,14 @@ namespace UAS_MES.CustomControl.CustomCheckBox
else
{
Checked = false;
+ MaCtl.Text = "";
BaseUtil.ShowError(ErrorMessage);
}
BaseUtil.ShowError("工单号不能为空");