瀏覽代碼

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

Lawrence 5 年之前
父節點
當前提交
3bbb39d7b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      web_src/src/components/ParentPlatformList.vue

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