From ac0cd006719a2db71625610460f6537c15eaa9f4 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期五, 05 九月 2025 13:33:52 +0800
Subject: [PATCH] 打包配置

---
 src/views/payable/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/payable/index.vue b/src/views/payable/index.vue
index 4bd682c..23dc863 100644
--- a/src/views/payable/index.vue
+++ b/src/views/payable/index.vue
@@ -144,7 +144,7 @@
   total: 0,
   // 鏌ヨ鍙傛暟
   queryParams: {
-    searchAll: "",
+    search: "",
   },
 });
 const userInfo = ref({});
@@ -206,7 +206,7 @@
     let resp = await findPayablePage(
         {
           current: state.current,
-          pageSize: state.current
+          size: state.pageSize
           , ...state.queryParams
         })
     tableData.value = resp.data.records

--
Gitblit v1.9.3