caipin 4 년 전
부모
커밋
c07b01aaba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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
 }