wzp
2023-03-02 adee7a71ba7ab1b63cab63381dfe1846437853d6
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 @@
    }
}