|
|
@ -203,7 +203,7 @@ namespace PEIS.View.Enrollment |
|
|
|
WorkYears.Text = item?.WorkYears; |
|
|
|
WorkYears.Text = item?.WorkYears; |
|
|
|
HazardYears.Text = item?.HazardYears; |
|
|
|
HazardYears.Text = item?.HazardYears; |
|
|
|
|
|
|
|
|
|
|
|
if (item.ExamType.Contains("职业")) |
|
|
|
if (item.ExamType != null && item.ExamType.Contains("职业")) |
|
|
|
{ |
|
|
|
{ |
|
|
|
HazardFactorsComboBox.SetEditValue(item?.HazardFactors.Split(';').Select(s => (object)s.Trim()).ToList()); |
|
|
|
HazardFactorsComboBox.SetEditValue(item?.HazardFactors.Split(';').Select(s => (object)s.Trim()).ToList()); |
|
|
|
} |
|
|
|
} |
|
|
|