소스 검색

优惠商家收款码分页

wzy 10 달 전
부모
커밋
118c7600bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()
         },