修改待办

This commit is contained in:
2023-07-24 21:06:07 +08:00
parent 9db016519d
commit 346bba826e
12 changed files with 398 additions and 4 deletions
@@ -150,7 +150,8 @@ namespace FineUIPro.Web.HiddenInspection
BLL.LogService.AddSys_Log(this.CurrUser, register.HazardCode, register.HazardRegisterId, BLL.Const.HSSE_HiddenRectificationListMenuId, BLL.Const.BtnModify);
if (isClosed)
{
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
string scripts = String.Format("F.getActiveWindow().window.reloadGrid('{0}');", "");
PageContext.RegisterStartupScript(scripts + ActiveWindow.GetHidePostBackReference());
}
}
}