修正级联通道选择编辑关联错误
This commit is contained in:
parent
1b44ba3367
commit
3bbb39d7b6
@ -137,7 +137,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
chooseChannel: function(platform) {
|
chooseChannel: function(platform) {
|
||||||
this.$refs.chooseChannelDialog.openDialog(platform.deviceGBId, ()=>{
|
this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, ()=>{
|
||||||
this.initData()
|
this.initData()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user