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

---
 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