From 55dc5b9059e965e49c638c88b7b44c03027ced66 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 08 Jul 2024 15:15:27 +0800 Subject: [PATCH] fix: 道路尘负荷排名 --- 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