解决数智五环大屏问题: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
@@ -538,7 +538,8 @@ namespace FineUIPro.Web
protected void drpYear_SelectedIndexChanged(object sender, EventArgs e)
{
PageContext.RegisterStartupScript("parent.removeActiveTab();");
//PageContext.RegisterStartupScript("parent.removeActiveTab();");
PageContext.RegisterStartupScript("removeActiveTab();");
this.MenuSwitchMethod(Const.Menu_Party);
}