浏览代码

no message

xingzai 3 年之前
父节点
当前提交
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