caipin 4 年之前
父节点
当前提交
2d53879e73
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      services/contract_section_tree_service.go

+ 1 - 0
services/contract_section_tree_service.go

@@ -347,6 +347,7 @@ func (s *contractService) makeSectionView(data *models.CmTreeContracts) *viewmod
 	section.IsEnd = false
 
 	section.Name = data.Name
+	section.ContractName = data.ContractName
 	section.ContractCode = data.ContractCode
 	section.ContractPrice = data.ContractPrice
 	section.ContractReturned = data.ContractReturned