Browse Source

dashboard: 首页关注指标

ping 2 tháng trước cách đây
mục cha
commit
0d54c38cd9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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