qymljy 2 年之前
父节点
当前提交
2b995ae742
共有 1 个文件被更改,包括 2 次插入0 次删除
  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()
     }