From ade54fcb5bfaf6faa0ce4d2ef2a680473e7bc240 Mon Sep 17 00:00:00 2001 From: Amjacks <1932302177@qq.com> Date: Thu, 10 Apr 2025 15:36:09 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E6=9B=B4=E6=94=B9=E5=88=B0=E8=B4=A7?= =?UTF-8?q?=E5=8D=95=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/StockIn/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/StockIn/index.ts b/src/api/StockIn/index.ts index 92ecf91..ac18c3a 100644 --- a/src/api/StockIn/index.ts +++ b/src/api/StockIn/index.ts @@ -157,9 +157,9 @@ export function createDelivery(params: any) { }); } -export function getPurchase(params: any) { +export function getReceiveList(params: any) { return request({ - url: '/api/api/delivery/getPurchase', + url: '/api/api/delivery/getReceiveList', method: 'post', data: params, });