Explorar o código

优惠商家收款码分页

wzy hai 10 meses
pai
achega
118c7600bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()
         },