UI fejlesztés
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user