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

This commit is contained in:
Lawrence 2021-01-20 20:25:44 +08:00
parent ca3fcef8a3
commit 02108af2f4

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()
})
},