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