From b760e4eea2fc4f56347ac26ca8bde97b15e164e5 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Mon, 09 Oct 2023 09:25:24 +0800
Subject: [PATCH] Merge branch 'feature_1.0'
---
src/views/main/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/main/index.vue b/src/views/main/index.vue
index dc48f96..890efd8 100644
--- a/src/views/main/index.vue
+++ b/src/views/main/index.vue
@@ -303,6 +303,7 @@
},
// ���������������������
deviceDetail(mac, item, items, indexs) {
+ // this.$message.warning('���������������������������������������')
// console.log('������������������������')
// console.log(mac)
// console.log(item)
@@ -352,7 +353,7 @@
getData() {
this.monitorPointIds = []
this.$request({
- url: '/monitorPoint/queryMonitorPoints',
+ url: '/monitorPoint/queryMonitorPointsState',
method: 'get',
params: {
organizationId: this.organizationId,
--
Gitblit v1.8.0