648540858
2021-11-02 295251192aaff93ce99c784c0e4a7a0150fbd2c9
web_src/src/components/dialog/deviceEdit.vue
@@ -82,7 +82,7 @@
    },
    getMediaServerList: function (){
      let that = this;
      that.mediaServerObj.getMediaServerList((data)=>{
      that.mediaServerObj.getOnlineMediaServerList((data)=>{
        that.mediaServerList = data.data;
      })
    },