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()
     }