caipin %!s(int64=4) %!d(string=hai) anos
pai
achega
c07b01aaba
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      services/contract_section_tree_service.go

+ 1 - 0
services/contract_section_tree_service.go

@@ -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
 }