提交代码

This commit is contained in:
高飞 2023-11-28 12:57:39 +08:00
parent c53f6df0f1
commit f02101acd1
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ namespace FineUIPro.Web.WeldingProcess.WeldingManage
protected void btnAccept_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
PageContext.RegisterStartupScript(ActiveWindow.GetHidePostBackReference());
}