20221009列表修改内容后页码修改为不刷新。

This commit is contained in:
2022-10-09 12:09:01 +08:00
parent 6533db1bfc
commit c9f78bfbaa
6 changed files with 35 additions and 4 deletions
+1 -1
View File
@@ -566,7 +566,7 @@ namespace FineUIPro.Web.Person
LogService.AddSys_Log(this.CurrUser, newPerson.PersonName, newPerson.PersonId, BLL.Const.PersonLibMenuId, BLL.Const.BtnAdd);
}
Alert.ShowInParent("保存成功!", MessageBoxIcon.Success);
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}
else
{