Commit 3bbb39d7b66b87488617985b9da5ff6531369929

Authored by Lawrence
1 parent 1b44ba33

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

web_src/src/components/ParentPlatformList.vue
@@ -137,7 +137,7 @@ export default { @@ -137,7 +137,7 @@ export default {
137 }); 137 });
138 }, 138 },
139 chooseChannel: function(platform) { 139 chooseChannel: function(platform) {
140 - this.$refs.chooseChannelDialog.openDialog(platform.deviceGBId, ()=>{ 140 + this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, ()=>{
141 this.initData() 141 this.initData()
142 }) 142 })
143 }, 143 },