UI fejlesztés

This commit is contained in:
2025-03-30 22:48:57 +02:00
parent 8566889cf9
commit d7c198acfa
3 changed files with 49 additions and 2 deletions
@@ -89,6 +89,7 @@ namespace WorkFlowCheck.Web.Services
{
if (response.IsSuccess)
{
response.Data.CheckListTemplateRowDTO = response.Data.CheckListTemplateRowDTO?.OrderBy(o => o.RowIndex).ToList();
return response.Data;
}
}
@@ -142,7 +143,7 @@ namespace WorkFlowCheck.Web.Services
return retVal;
}
public async Task<ApiResponseDTO<CheckPointDTO>> UpdateCheckPoint(CheckPointDTO checkPointDTO)
{
try