@@ -383,5 +383,6 @@ func (s *contractService) makeSectionView(data *models.CmTreeContracts) *viewmod
//
section.Title = fmt.Sprintf("%s%d ", data.Attribution, data.Serial) + data.Name
section.Key = id
+ section.Value = id
return section
}