Browse Source

fix issue

tags/v1.22.4.1^2
zhoupzh 4 years ago
parent
commit
27400e1b39
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      web_src/js/components/images/adminImages.vue

+ 1
- 1
web_src/js/components/images/adminImages.vue View File

@@ -327,7 +327,7 @@ export default {
},
watch:{
checked(val){
this.paramsPublic.page = 1
this.paramsCustom.page = 1
this.paramsCustom.recommend = val
this.getImageListCustom()
}


Loading…
Cancel
Save