解决数智五环大屏问题:parent.removeActiveTab();去掉parent.

This commit is contained in:
2026-06-15 10:56:36 +08:00
parent 39fd4becb3
commit b699c4f004
6 changed files with 2288 additions and 51 deletions
+2 -1
View File
@@ -659,7 +659,8 @@ namespace FineUIPro.Web
{
this.CurrUser.LoginProjectId = this.drpProject.SelectedValue;
this.Tab1.RefreshIFrame();
PageContext.RegisterStartupScript("parent.removeActiveTab();");
//PageContext.RegisterStartupScript("parent.removeActiveTab();");
PageContext.RegisterStartupScript("removeActiveTab();");
MenuSwitchMethod(this.CurrUser.LastMenuType);
GetWeather();
}