Compare commits
No commits in common. "3414c509757e7a31492c7426dda1415fc0a21d48" and "14fb158e137e0315dad75701662cd4ec51c9d128" have entirely different histories.
3414c50975
...
14fb158e13
|
@ -794,8 +794,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
TrialId=inDto.TrialId,
|
||||
TrialReadingCriterionId=inDto.TrialReadingCriterionId,
|
||||
PageIndex=1,
|
||||
AuditState= MedicalReviewAuditState.Auditing,
|
||||
PageSize =99999,
|
||||
PageSize=99999,
|
||||
});
|
||||
|
||||
var index = list.CurrentPageData.ToList().FindIndex(x => x.Id == inDto.TaskMedicalReviewId);
|
||||
|
|
Loading…
Reference in New Issue