Browse Source

PermissionController.cs

tanyang 5 years ago
parent
commit
e6cefe8714
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Member/SupplierWeb/Controllers/PermissionController.cs

+ 0 - 1
Member/SupplierWeb/Controllers/PermissionController.cs

@@ -56,7 +56,6 @@ namespace SupplierWeb.Controllers
         //}
         /// 供应商,采购,供应商业务员挂靠,资料管理员,财务,仓库 等角色权限列表
         /// 权限列表
-        [AuthPermission]
         [HttpPost, Route("index")]
         public JsonResult indexp(QueryFilter[] filters, Int32 pageIndex, Int32 pageSize,
             string sortField, Int32 sortDirection, string[] sumFields, [FromBody]dynamic data)