修复业务分组右键添加设备BUG
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user