lex-xin 4 years ago
parent
commit
944b05e49b
2 changed files with 1 additions and 1 deletions
  1. 1 0
      src/components/Pagination/index.vue
  2. 0 1
      src/views/main/reminders/index.vue

+ 1 - 0
src/components/Pagination/index.vue

@@ -126,6 +126,7 @@ export default {
       }
     },
     handleSizeChange (val) {
+      this.currentPage = 1
       this.$emit('pagination', { page: this.currentPage, limit: val })
       if (this.autoScroll) {
         scrollTo(0, 800)

+ 0 - 1
src/views/main/reminders/index.vue

@@ -64,7 +64,6 @@ export default {
     permission,
     handle(item) {
       // 添加判断权限
-      console.log(item)
       if(errorType[item[0]?.errorType] && !this.permission(errorType[item[0]?.errorType]?.permission)) {
         return
       }