From 158327984c28169b6f3f241582914284b2d4a764 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Tue, 10 Oct 2023 11:17:44 +0800
Subject: [PATCH] fix:风场粒子修改
---
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