Selaa lähdekoodia

研选限免标签展示

xingzai 3 vuotta sitten
vanhempi
commit
b9901c26da
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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