修改嵌入iframe错误
This commit is contained in:
parent
0ac90648a7
commit
09194dae85
|
@ -309,7 +309,7 @@ namespace FineUIPro.Web
|
|||
if (this.CurrUser != null)
|
||||
{
|
||||
mainTabStrip.ShowTabHeader = true;
|
||||
PageContext.RegisterStartupScript("parent.removeActiveTab();");
|
||||
PageContext.RegisterStartupScript("removeActiveTab();");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -610,7 +610,7 @@ namespace FineUIPro.Web
|
|||
{
|
||||
this.Tab1.RefreshIFrame();
|
||||
this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
|
||||
PageContext.RegisterStartupScript("parent.removeActiveTab();");
|
||||
PageContext.RegisterStartupScript("removeActiveTab();");
|
||||
MenuSwitchMethod(this.CurrUser.LastMenuType);
|
||||
|
||||
if (CurrUser.IsOffice.HasValue && CurrUser.IsOffice.Value)
|
||||
|
|
Loading…
Reference in New Issue