648540858
2021-10-27 e259be9268db90b4e73a325abea24ad59ff0e4e3
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;
      })
    },