Browse Source

no message

zhangchuanxing 3 weeks ago
parent
commit
a5aae3d299
1 changed files with 3 additions and 3 deletions
  1. 3 3
      controllers/report_selection.go

+ 3 - 3
controllers/report_selection.go

@@ -170,15 +170,15 @@ func (this *ReportSelectionController) Detail() {
 					}
 					listSonLog[k2].List = listIndustrial
 					//listSonLog[k2].IsShowApplyButton = true
-					if v2.Label != "" {
-						v2.CompanyLabel = strings.Split(v2.Label, "{|}")
-					}
 					if v2.SubjectName == "" {
 						v2.ShowName = v2.IndustrialManagementNames
 					} else {
 						v2.ShowName = v2.SubjectName
 					}
 				}
+				if v2.Label != "" {
+					v2.CompanyLabel = strings.Split(v2.Label, "{|}")
+				}
 				if v2.ThirdName != "" {
 					v2.ShowName = v2.ThirdName
 				}