qymljy 2 years ago
parent
commit
2b995ae742
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/HManagement/clueManage/clue_import/index.vue

+ 2 - 0
src/HManagement/clueManage/clue_import/index.vue

@@ -75,11 +75,13 @@ export default {
   methods:{
     statusChange () {
       this.$refs.basicLayout.param.content.pageNumber = 1
+      this.$refs.basicLayout.param.content.pageSize = 20
       this.$refs.basicLayout.param.content.where.status = this.search.status
       this.$refs.basicLayout.listData()
     },
     typeChange () {
       this.$refs.basicLayout.param.content.pageNumber = 1
+      this.$refs.basicLayout.param.content.pageSize = 20
       this.$refs.basicLayout.param.content.where.cluetype = this.search.cluetype
       this.$refs.basicLayout.listData()
     }