소스 검색

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

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