From a3e353eecfee207c945761c3b71dda83f2d012aa Mon Sep 17 00:00:00 2001
From: zhang_li
Date: Tue, 3 Jun 2025 14:18:03 +0800
Subject: [PATCH] =?UTF-8?q?YT-2683=E5=BC=80=E5=8F=91=E4=BA=BA=E5=91=98?=
=?UTF-8?q?=E3=80=81=E6=B5=8B=E8=AF=95=E4=BA=BA=E5=91=98=E5=8D=8F=E5=8A=A9?=
=?UTF-8?q?=E7=8E=B0=E5=9C=BA=E5=AE=9E=E6=96=BD=E4=BA=BA=E5=91=98=E3=80=81?=
=?UTF-8?q?QAD=E6=B5=8B=E8=AF=95=E8=A6=81=E8=B4=A7=E9=A2=84=E6=B5=8B?=
=?UTF-8?q?=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/wms/demandforecastingDetail/index.ts | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/api/wms/demandforecastingDetail/index.ts b/src/api/wms/demandforecastingDetail/index.ts
index f8c2cfbe6..62f23c7e8 100644
--- a/src/api/wms/demandforecastingDetail/index.ts
+++ b/src/api/wms/demandforecastingDetail/index.ts
@@ -18,7 +18,8 @@ export interface DemandforecastingDetailVO {
}
// 要货预测-列表和头部请求参数
-const getPageParams = (params)=>{
+const getPageParams = (par) => {
+ const params = { ...par }
// 到货日期
if(params.dueDate&¶ms.dueDate.length>0){
if(isString(params.dueDate[0])){