Преглед изворни кода

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

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