分组更新问题

This commit is contained in:
kerwincui
2022-06-15 19:12:23 +08:00
parent c9434d4be7
commit 82d3f73eeb
2 changed files with 3 additions and 2 deletions

View File

@@ -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() {