Преглед изворни кода

dashboard: 首页关注指标

ping пре 2 месеци
родитељ
комит
0d54c38cd9
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      http/handler/dashboard/dashboard.go

+ 1 - 1
http/handler/dashboard/bar.go → http/handler/dashboard/dashboard.go

@@ -35,7 +35,7 @@ func FocusIndicators(c *gin.Context) {
 		apierr.AbortBadRequest(c, http.StatusBadRequest, err)
 		return
 	}
-	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicators(c, dimension)
+	res, err := middleware.Dependency(c).StoreEventHub.OpsService.FocusIndicatorsList(c, dimension)
 	if err != nil {
 		apierr.ClassifiedAbort(c, err)
 		return