修改人员考核查看报错

This commit is contained in:
2022-11-20 17:01:17 +08:00
parent 7e46e75428
commit 037798f67e
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@
return;
}
string Id = Grid1.SelectedRowID;
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../Person/PersonCheckingView.aspx?QuarterCheckId={0}", Id, "编辑 - ")));
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../Person/DepartPersonCheckingView.aspx?QuarterCheckId={0}", Id, "编辑 - ")));
}
protected void Window1_Close(object sender, WindowCloseEventArgs e)
{