修复业务分组右键添加设备BUG

This commit is contained in:
lin
2025-07-04 14:21:56 +08:00
parent c79b7a9743
commit eddf20e62a

View File

@@ -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