caipin 4 éve
szülő
commit
c07b01aaba
1 módosított fájl, 1 hozzáadás és 0 törlés
  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
 }