xingzai 3 жил өмнө
parent
commit
d6b83b5b04
1 өөрчлөгдсөн 1 нэмэгдсэн , 3 устгасан
  1. 1 3
      controllers/report.go

+ 1 - 3
controllers/report.go

@@ -1146,9 +1146,7 @@ func (this *ReportController) IsShow() {
 	if total > 0 {
 		resp.IsShow = true
 	}
-	if user.CompanyId > 1 {
-		resp.IsShowChart = true
-	}
+	resp.IsShowChart = true
 	resp.IsShowResearch = true
 	br.Ret = 200
 	br.Success = true