diff --git a/HJGL_DS/FineUIPro.Web/common/WelderManage/WelderSave.aspx.cs b/HJGL_DS/FineUIPro.Web/common/WelderManage/WelderSave.aspx.cs index ebb145f..eedc448 100644 --- a/HJGL_DS/FineUIPro.Web/common/WelderManage/WelderSave.aspx.cs +++ b/HJGL_DS/FineUIPro.Web/common/WelderManage/WelderSave.aspx.cs @@ -418,8 +418,8 @@ w.ExchangeTime = DateTime.Now; } Funs.DB.SubmitChanges(); - Alert.ShowInParent(PersonFace(welder), MessageBoxIcon.Warning); - + //Alert.ShowInParent(PersonFace(welder), MessageBoxIcon.Warning); + Alert.ShowInParent("上传成功!", MessageBoxIcon.Success); } }