From 5f867b5aa6e8eb454f38b646bb4e2d80ddbf7597 Mon Sep 17 00:00:00 2001 From: buhuazhen <hua100783@gmail.com> Date: 星期五, 29 八月 2025 15:25:55 +0800 Subject: [PATCH] :ambulance: 应付修正 --- 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