Browse Source

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

pull/42/head
Lawrence 4 years ago
parent
commit
3bbb39d7b6
  1. 2
      web_src/src/components/ParentPlatformList.vue

2
web_src/src/components/ParentPlatformList.vue

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

Loading…
Cancel
Save