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, });