From 09194dae85dc96559402bba02e4310eddead9cea Mon Sep 17 00:00:00 2001 From: 10191 <506754232@qq.com> Date: Tue, 14 Feb 2023 15:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B5=8C=E5=85=A5iframe?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SGGL/FineUIPro.Web/indexProject.aspx.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SGGL/FineUIPro.Web/indexProject.aspx.cs b/SGGL/FineUIPro.Web/indexProject.aspx.cs index ef36d7b6..f6976ea4 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx.cs +++ b/SGGL/FineUIPro.Web/indexProject.aspx.cs @@ -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)