Ver código fonte

优惠商家收款码分页

wzy 10 meses atrás
pai
commit
118c7600bc
1 arquivos alterados com 1 adições e 1 exclusões
  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()
         },