@using EMIS.Web.Controls; @using Bowin.Web.Controls.Mvc; @{ ViewBag.Title = "Authenization"; } @section scripts{ }
@using (Html.BeginForm()) {
@*
教师角色授权
*@
@Html.ContextMenuBar("Authenization")
@Html.Tree(new TreeOptions() { ID = "FunctionCode", Name = "FunctionCode", IsCheckTree = true, IsCascadeCheck = false, ItemSourceUrl = "~/Role/GetAuthenizationTree?RoleID=" + Request["RoleID"] })
}