From eddf20e62aa013d1a06673f3ccf62ad178baae64 Mon Sep 17 00:00:00 2001 From: lin <648540858@qq.com> Date: Fri, 4 Jul 2025 14:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=9A=E5=8A=A1=E5=88=86?= =?UTF-8?q?=E7=BB=84=E5=8F=B3=E9=94=AE=E6=B7=BB=E5=8A=A0=E8=AE=BE=E5=A4=87?= =?UTF-8?q?BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/common/GroupTree.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/views/common/GroupTree.vue b/web/src/views/common/GroupTree.vue index 2179a81ed..d22c09a02 100755 --- a/web/src/views/common/GroupTree.vue +++ b/web/src/views/common/GroupTree.vue @@ -339,7 +339,7 @@ export default { for (let i = 0; i < rows.length; i++) { deviceIds.push(rows[i].id) } - this.$store.dispatch('group/add', { + this.$store.dispatch('commonChanel/addDeviceToGroup', { parentId: node.data.deviceId, businessGroup: node.data.businessGroup, deviceIds: deviceIds