IsEnabled a CheckPoint-hoz
This commit is contained in:
@@ -18,7 +18,7 @@ namespace WorkFlowCheck.Web.Pages.UserAndRole
|
||||
}
|
||||
public async Task<JsonResult> OnGetLoadRoleCheckPoints()
|
||||
{
|
||||
var results = await _userService.GetAllRoleCheckListTemplates();
|
||||
var results = await _userService.GetAllRoleCheckPoints();
|
||||
return new JsonResult(new { data = results });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user