|
@@ -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)
|