修改判断
This commit is contained in:
@@ -114,7 +114,7 @@ namespace IRaCIS.Core.Application.ViewModel
|
|||||||
|
|
||||||
public bool IsAssignedDoctorUser { get; set; }
|
public bool IsAssignedDoctorUser { get; set; }
|
||||||
|
|
||||||
public bool IsAssignDoctorApplyedTask => DoctorUserList.All(t=>t.IsAssignDoctorApplyedTask);
|
public bool IsAssignDoctorApplyedTask => DoctorUserList.All(t=>t.IsAssignDoctorApplyedTask) && DoctorUserList.Count>0;
|
||||||
|
|
||||||
public List<Guid> DoctorUserIdList => DoctorUserList.Select(t => t.DoctorUserId).ToList();
|
public List<Guid> DoctorUserIdList => DoctorUserList.Select(t => t.DoctorUserId).ToList();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user