648540858
2021-09-25 720231d33f387c6d1bf13bdef653314c5c450809
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;
      })
    },