lucky 2 years ago
parent
commit
e113402dd2

+ 1 - 0
src/views/reportQuery/purchaseReport/components/table1.vue

@@ -128,6 +128,7 @@ export default {
      //分页集合
     handleSizeChange(val){
       this.parmValue.size = val;
+      this.parmValue.page = 1;
       this.searchList() 
     },
     handleCurrentChange(val){

+ 2 - 0
src/views/reportQuery/purchaseReport/components/table2.vue

@@ -128,6 +128,8 @@ export default {
      //分页集合
     handleSizeChange(val){
       this.parmValue.size = val;
+      this.parmValue.page = 1;
+
       this.searchList() 
     },
     handleCurrentChange(val){

+ 2 - 0
src/views/reportQuery/purchaseReport/components/table3.vue

@@ -128,6 +128,8 @@ export default {
      //分页集合
     handleSizeChange(val){
       this.parmValue.size = val;
+      this.parmValue.page = 1;
+
       this.searchList() 
     },
     handleCurrentChange(val){

+ 1 - 0
src/views/reportQuery/purchaseReport/components/table4.vue

@@ -128,6 +128,7 @@ export default {
     //分页集合
     handleSizeChange(val){
       this.parmValue.size = val;
+      this.parmValue.page = 1;
       this.searchList() 
     },
     handleCurrentChange(val){