From 4ad32263d9df407f7948ff4922211796159ad727 Mon Sep 17 00:00:00 2001 From: wlikett <2331964395@qq.com> Date: Sun, 24 Dec 2023 20:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E7=BB=B4=E7=A0=81=E6=89=AB=E6=8F=8F?= =?UTF-8?q?=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/http.js b/apis/http.js index 770ea4d..741708e 100644 --- a/apis/http.js +++ b/apis/http.js @@ -49,7 +49,7 @@ class HttpConfig { }, fetchMaterialOutStore: { fetchInfoByCode: '/leaseOutDetails/getMaMachineByCode', // 根据maId获取机具详情 - fetchInfoByQrCode: '/leaseOutDetails/getMaMachineByQrCode ', + fetchInfoByQrCode: '/leaseOutDetails/getMaMachineByQrCode', subOutStore: '/leaseOutDetails/submitOut', // 领料出库提交 }, exitMaterial: {