Sfoglia il codice sorgente

优惠商家收款码分页

wzy 10 mesi fa
parent
commit
118c7600bc
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
         },