caipin 4 anos atrás
pai
commit
c07b01aaba
1 arquivos alterados com 1 adições e 0 exclusões
  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
 }