Browse Source

修改对比时的选多个页

plg 2 months ago
parent
commit
eca18648d6
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/components/ComparePlanUser.vue

+ 3 - 0
src/components/ComparePlanUser.vue

@@ -913,6 +913,9 @@ export default {
     handleSizeChange(val) {
       //将首页重置为1时---且总条数变化
       //设置为当前总条数
+      this.pageNum = 1;
+      this.pageSize = val;
+      this.searchList();
     },
     handleCurrentChange(val) {
       this.pageNum = val;