Browse Source

修改bug

qukaidi 2 years ago
parent
commit
6b48a7ae11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/finance/payment/index.vue

+ 1 - 1
src/views/finance/payment/index.vue

@@ -4206,7 +4206,7 @@ export default {
       if (name == null || name === "") {
       if (name == null || name === "") {
         return false;
         return false;
       }
       }
-      let queryParams = { pageNum: 1, pageSize: 10, fName: name };
+      let queryParams = { pageNum: 1, pageSize: 20, fName: name };
       listFees(queryParams).then((response) => {
       listFees(queryParams).then((response) => {
         this.fWbuOptions = response.rows;
         this.fWbuOptions = response.rows;
       });
       });