From 19cf5b237b0e2bf489c0fe0f8929bf992fae5f8f Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 17 Jun 2024 15:48:14 +0800 Subject: [PATCH] fix: bug修改 --- src/views/contrast/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/contrast/index.vue b/src/views/contrast/index.vue index f57853b..90c79e0 100644 --- a/src/views/contrast/index.vue +++ b/src/views/contrast/index.vue @@ -218,7 +218,7 @@ // ������������������������ getData () { this.$request({ - url: '/monitorPoint/queryMonitorPoints', + url: '/monitorPoint/queryMonitorPointsAvg', method: 'get', params: { organizationId: this.$store.state.orgId, -- Gitblit v1.8.0