浏览代码

no message

zhangchuanxing 3 周之前
父节点
当前提交
a5aae3d299
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
 				}