qymljy 2 yıl önce
ebeveyn
işleme
2b995ae742

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