From bf27894c65c91edcbd29d6744b10caf52dedc659 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 1 Nov 2024 10:13:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E7=99=BB=E5=BD=95=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/home/index.ts | 2 +- src/api/wms/switch/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/home/index.ts b/src/api/home/index.ts index dee170023..bd8ef5eb9 100644 --- a/src/api/home/index.ts +++ b/src/api/home/index.ts @@ -41,7 +41,7 @@ export const getPurchasereturnRecordMonth = async (params) => { // 本月索赔明细 export const getPurchaseclaimRecordMonth = async (params) => { - return await request.get({ url: `/wms/index/pagePurchaseclaimRecordMonth`,params }) + // return await request.get({ url: `/wms/index/pagePurchaseclaimRecordMonth`,params }) } // 今日生产计划 diff --git a/src/api/wms/switch/index.ts b/src/api/wms/switch/index.ts index b9fdb8370..7319202db 100644 --- a/src/api/wms/switch/index.ts +++ b/src/api/wms/switch/index.ts @@ -57,5 +57,5 @@ export const importTemplate = () => { // 获取开关详情 export const getSwitchByCode = async (code) => { - return await request.get({ url: '/wms/switch/getByCode?code=' + code }) + // return await request.get({ url: '/wms/switch/getByCode?code=' + code }) } \ No newline at end of file