@model NavigatorBarModel @{ ViewBag.Title = "部门管理"; Layout = "_Default"; } @section javascript { } @section query {
} @section toolbar { } @section gear { } @section modal { } @section customModal { @await Html.PartialAsync("RoleConfig") @await Html.PartialAsync("UserConfig") }