Browse Source

no message

xingzai 2 years ago
parent
commit
13be6a05ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/report.go

+ 1 - 0
controllers/report.go

@@ -1692,6 +1692,7 @@ func (this *ReportController) Detail() {
 						v2.CompanyLabel = strings.Split(v2.Label, "{|}")
 					}
 				}
+				isNew = false
 				itemSubject.ListSubject = append(itemSubject.ListSubject, &models.ReportSelectionChartLogSubjectName{SubjectName: v2.SubjectName, IsNew: isNew, IndustrialSubjectId: v2.IndustrialSubjectId})
 			}
 			item.BodyChartSummary = mapChartLog[v.PermissionName]