This commit is contained in:
parent
93cbc7f6cb
commit
a71c6597e1
|
@ -42,13 +42,13 @@ namespace FineUIPro.Web.ZHGL.HSSESystem
|
||||||
this.ucTree.UnitId = this.CurrUser.UnitId;
|
this.ucTree.UnitId = this.CurrUser.UnitId;
|
||||||
this.ucTree.ProjectId = this.ProjectId;
|
this.ucTree.ProjectId = this.ProjectId;
|
||||||
|
|
||||||
/*if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
|
if (!string.IsNullOrEmpty(this.CurrUser.LoginProjectId))
|
||||||
{
|
{
|
||||||
this.panelLeftRegion.Hidden = true;
|
this.panelLeftRegion.Hidden = true;
|
||||||
// this.Grid1.Columns[0].Hidden = true;
|
// this.Grid1.Columns[0].Hidden = true;
|
||||||
////权限按钮方法
|
////权限按钮方法
|
||||||
this.GetButtonPower();
|
this.GetButtonPower();
|
||||||
} */
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
|
@ -615,7 +615,7 @@ namespace FineUIPro.Web
|
||||||
/// <param name="type"></param>
|
/// <param name="type"></param>
|
||||||
protected void MenuSwitchMethod(string type)
|
protected void MenuSwitchMethod(string type)
|
||||||
{
|
{
|
||||||
//this.CurrUser.LoginProjectId = this.drpProject.Value;
|
this.CurrUser.LoginProjectId = this.drpProject.Value;
|
||||||
this.XmlDataSource1.DataFile = "common/Menu_Personal.xml";
|
this.XmlDataSource1.DataFile = "common/Menu_Personal.xml";
|
||||||
this.leftPanel.Hidden = true;
|
this.leftPanel.Hidden = true;
|
||||||
this.Tab1.IFrameUrl = "~/common/mainProject.aspx";
|
this.Tab1.IFrameUrl = "~/common/mainProject.aspx";
|
||||||
|
|
Loading…
Reference in New Issue