panlinlin
2021-01-11 d94135c9cd8b12fc511055af4398ad3a584a44d6
web_src/src/components/ParentPlatformList.vue
@@ -95,7 +95,6 @@
    }
  },
  mounted() {
     this.$refs.chooseChannelDialog.openDialog()
    this.initData();
    this.updateLooper = setInterval(this.initData, 10000);
  },
@@ -138,7 +137,9 @@
            });
    },
    chooseChannel: function(platform) {
       this.$refs.chooseChannelDialog.openDialog()
       this.$refs.chooseChannelDialog.openDialog(platform.deviceGBId, ()=>{
         this.initData()
       })
    },
    initData: function() {
      this.getPlatformList();