Commit 3bbb39d7b66b87488617985b9da5ff6531369929
1 parent
1b44ba33
修正级联通道选择编辑关联错误
Showing
1 changed file
with
1 additions
and
1 deletions
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 | }, |