Parcourir la source

优惠商家收款码分页

wzy il y a 1 an
Parent
commit
118c7600bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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()
         },