web/web/SysRoleMenu.aspx.cs
@@ -1,4 +1,4 @@ using Common; using Dao; using Model; @@ -18,7 +18,7 @@ protected List<SysDictData> UserRoleList; protected void Page_Load(object sender, EventArgs e) { { //权限控制 this.CheckRight("112", FailedOperation.ErrorMsgOnly); @@ -80,4 +80,3 @@ } }