From e602a20d665bc974a211f5b2c3188a9d4a335b9e Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 23 Apr 2024 15:10:35 +0800
Subject: [PATCH] fix: 监测因子向关性
---
src/views/hand/index.vue | 2 +-
src/views/contrast/index.vue | 2 +-
2 files changed, 2 insertions(+), 2 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,
diff --git a/src/views/hand/index.vue b/src/views/hand/index.vue
index ee69fd7..3afb9c6 100644
--- a/src/views/hand/index.vue
+++ b/src/views/hand/index.vue
@@ -281,7 +281,7 @@
{ prop: 'a21001', label: '������', unit: 'ug/m��' },
],
handList: [],
- radio: '������',
+ radio: '',
tapName: 'hour',
value: [],
radioGrouplist: [
--
Gitblit v1.8.0