From dd9171eef52864b6d025ef9cc2b5770f5d40ce15 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 11 十月 2025 15:33:48 +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