This commit is contained in:
2026-06-14 10:03:27 +08:00
parent ddc675a03d
commit 67f4bffb2d
2 changed files with 47 additions and 0 deletions
@@ -620,6 +620,8 @@ namespace FineUIPro.Web
this.leftPanel.Hidden = true;
this.Tab1.IFrameUrl = "~/common/mainProject.aspx";
this.CurrUser.LastProjectId = null;
this.mainTabStrip.ShowTabHeader = false;
if (!string.IsNullOrEmpty(type))
{
this.CurrUser.LastProjectId = this.CurrUser.LoginProjectId;
@@ -628,18 +630,25 @@ namespace FineUIPro.Web
this.XmlDataSource1.DataFile = "common/" + type + ".xml";
this.leftPanel.Hidden = false;
this.Tab1.IFrameUrl = "~/common/main" + type + ".aspx";
this.mainTabStrip.ShowTabHeader = true;
if (type == Const.Menu_Personal)
{
//this.Tab1.IFrameUrl = "~/Personal/PersonalInfo.aspx";
this.Tab1.IFrameUrl = "~/Workflow/WorkflowTodo.aspx";
}
else if (type == Const.Menu_ProjectSet)
{
this.Tab1.IFrameUrl = "~/ProjectData/ProjectSetView.aspx";
}
else if (type == Const.Menu_ToDo)
{
this.Tab1.IFrameUrl = "~/common/todolist.aspx";
}
else if (type == Const.Menu_PThreeYearAction)
{