行政区划或者业务分组添加通道后更新右边数据

This commit is contained in:
lin
2025-07-04 14:36:11 +08:00
parent eddf20e62a
commit 51cd14e02e
4 changed files with 17 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
:show-header="true"
:edit="true"
@clickEvent="treeNodeClickEvent"
:on-channel-change="onChannelChange"
@onChannelChange="onChannelChange"
:enable-add-channel="true"
:add-channel-to-group="addChannelToGroup"
/>
@@ -306,7 +306,10 @@ export default {
})
},
onChannelChange: function(deviceId) {
//
if (this.groupDeviceId === deviceId) {
this.getChannelList()
}
},
showUnusualChanel: function() {
this.$refs.unusualGroupChannelSelect.openDialog()