diff --git a/src/api/wms/package/index.ts b/src/api/wms/package/index.ts index 57d6e7236..269eeda17 100644 --- a/src/api/wms/package/index.ts +++ b/src/api/wms/package/index.ts @@ -103,7 +103,7 @@ export const batchPrintingLable = async (data: any) => { // 批量打印标签 export const batchPrintingLableGet = async (params: any) => { - return await request.get({ url: `/wms/package/batchPrintingLable`, params }) + return await request.get({ url: `/wms/package/batchPrintingBalanceLable`, params }) } // 批量打印标签多选 export const batchPrintingLables = async (data: any) => {