@@ -125,6 +125,12 @@ export default {
this.init(options)
this.getPermissionList()
},
+ onShow(){
+ //无权限时刷新列表
+ if(!this.isAuth){
+ this.getList()
+ }
+ },
onHide(){
this.showFilter=false
this.curVideoId=0