From 8e2e0b5e9ad908a8dd4c936c51b79e34cec030f6 Mon Sep 17 00:00:00 2001 From: zhangdi <1104545947@qq.com> Date: Mon, 25 May 2026 15:54:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/firstOrder/inbound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/firstOrder/inbound.js b/src/api/firstOrder/inbound.js index 59b3720..98f6ea9 100644 --- a/src/api/firstOrder/inbound.js +++ b/src/api/firstOrder/inbound.js @@ -83,7 +83,7 @@ export const editList = (onePutStorageId) => { export const getStatistics = data => { return request({ - url: '/smartpark/oneForm/getOnePutOneForm', + url: '/smartpark/oneForm/getOnePutOneForm2', method: 'post', data: data, })