修正级联通道选择编辑关联错误

This commit is contained in:
Lawrence 2021-01-20 20:25:44 +08:00
parent 1b44ba3367
commit 3bbb39d7b6

View File

@ -137,7 +137,7 @@ export default {
});
},
chooseChannel: function(platform) {
this.$refs.chooseChannelDialog.openDialog(platform.deviceGBId, ()=>{
this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, ()=>{
this.initData()
})
},