mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57:49 +08:00
修复业务分组右键添加设备BUG
This commit is contained in:
parent
c79b7a9743
commit
eddf20e62a
@ -339,7 +339,7 @@ export default {
|
|||||||
for (let i = 0; i < rows.length; i++) {
|
for (let i = 0; i < rows.length; i++) {
|
||||||
deviceIds.push(rows[i].id)
|
deviceIds.push(rows[i].id)
|
||||||
}
|
}
|
||||||
this.$store.dispatch('group/add', {
|
this.$store.dispatch('commonChanel/addDeviceToGroup', {
|
||||||
parentId: node.data.deviceId,
|
parentId: node.data.deviceId,
|
||||||
businessGroup: node.data.businessGroup,
|
businessGroup: node.data.businessGroup,
|
||||||
deviceIds: deviceIds
|
deviceIds: deviceIds
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user