From 059d44de41081db373697eee033c8fe5db0c4ec3 Mon Sep 17 00:00:00 2001 From: bocloud Date: Sat, 14 Sep 2024 06:32:43 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20webs/sms-web/src/views/con?= =?UTF-8?q?figs/setting=5Fdashboard/new=5Fdashboard=5Fcomponent/CPU=5FMEMO?= =?UTF-8?q?RY=5FTop5.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../new_dashboard_component/CPU_MEMORY_Top5.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue index b13c560..67e8a61 100644 --- a/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue +++ b/webs/sms-web/src/views/configs/setting_dashboard/new_dashboard_component/CPU_MEMORY_Top5.vue @@ -57,7 +57,7 @@ export default { }, getData() { getResTops({ - vendorId: 1, + vendorId: this.vendorId, type: this.type, limit: 5 }).then(data => {