修改集团展示

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
@@ -81,7 +81,10 @@ namespace FineUIPro.Web.HSSE.SitePerson
{
btnClose.OnClientClick = ActiveWindow.GetHideReference();
////权限按钮方法
this.GetButtonPower();
if (string.IsNullOrEmpty(Request.Params["type"]))
{
this.GetButtonPower();
}
this.ProjectId = Request.Params["ProjectId"];
this.UnitId = Request.Params["UnitId"];
this.PersonId = Request.Params["PersonId"];