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

+ 1 - 1
controllers/report.go

@@ -1148,8 +1148,8 @@ func (this *ReportController) IsShow() {
 	}
 	if user.CompanyId > 1 {
 		resp.IsShowChart = true
-		resp.IsShowResearch = true
 	}
+	resp.IsShowResearch = true
 	br.Ret = 200
 	br.Success = true
 	br.Data = resp