From 293a5597a6823edc5c64372ec41b1024c9f87ee0 Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Thu, 12 Sep 2024 16:04:03 +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