Browse Source

优惠商家收款码分页

wzy 10 months ago
parent
commit
118c7600bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/business/paymentCode/index.vue

+ 1 - 1
src/views/business/paymentCode/index.vue

@@ -104,7 +104,7 @@ export default {
             this.payQuery.pageSize = val
             this.getAllPay()
         },
-        handleCurrentChange() {
+        handleCurrentChange(val) {
             this.payQuery.page = val
             this.getAllPay()
         },