From 82d3f73eebbf1e6e41cfd822b8446e1ea663e39e Mon Sep 17 00:00:00 2001
From: kerwincui <164770707@qq.com>
Date: Wed, 15 Jun 2022 19:12:23 +0800
Subject: [PATCH] =?UTF-8?q?=E5=88=86=E7=BB=84=E6=9B=B4=E6=96=B0=E9=97=AE?=
=?UTF-8?q?=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue/src/views/iot/device/device-log.vue | 2 +-
vue/src/views/iot/device/index.vue | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/vue/src/views/iot/device/device-log.vue b/vue/src/views/iot/device/device-log.vue
index fda2dba4..47e49a9a 100644
--- a/vue/src/views/iot/device/device-log.vue
+++ b/vue/src/views/iot/device/device-log.vue
@@ -26,7 +26,7 @@
影子模式
在线模式
- 其他
+ 其他信息
diff --git a/vue/src/views/iot/device/index.vue b/vue/src/views/iot/device/index.vue
index 493bc63f..be740a58 100644
--- a/vue/src/views/iot/device/index.vue
+++ b/vue/src/views/iot/device/index.vue
@@ -282,7 +282,6 @@ export default {
this.queryParams.productId = null;
}
this.getList();
- this.getGroupList();
},
activated() {
const time = this.$route.query.t;
@@ -509,6 +508,8 @@ export default {
this.mqttSubscribe(this.deviceList);
this.loading = false;
});
+ // 获取最新分组列表
+ this.getGroupList();
},
// 取消按钮
cancel() {