修改集团展示

This commit is contained in:
2023-03-28 17:41:09 +08:00
parent fd0642cb92
commit 849fd41dcd
4 changed files with 12 additions and 9 deletions
@@ -163,7 +163,7 @@ namespace FineUIPro.Web.DataShow
return;
}
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../HSSE/SitePerson/PersonListEdit.aspx?PersonId={0}", Grid1.SelectedRowID, "查看 - ")));
PageContext.RegisterStartupScript(Window1.GetShowReference(String.Format("../HSSE/SitePerson/PersonListEdit.aspx?PersonId={0}&type=show", Grid1.SelectedRowID, "查看 - ")));
}
#endregion