From e7039ef3388ecbcf3b230f78dcc1c9518d58bebd Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 12 九月 2025 11:23:23 +0800 Subject: [PATCH] logo --- src/api/payable/index.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/api/payable/index.js b/src/api/payable/index.js index 1ab9d15..70e434a 100644 --- a/src/api/payable/index.js +++ b/src/api/payable/index.js @@ -9,10 +9,10 @@ }) } // 鍒嗛〉鏌ヨ -export function findPayablePage(query) { +export function findPayablePage(data) { return request({ url: '/duePayable/list', - method: 'get', - params: query + method: 'post', + data: data }) } -- Gitblit v1.9.3