From f9c4b9f3a85b0e069a730b2889fbeb683763cd45 Mon Sep 17 00:00:00 2001 From: zhangds Date: Tue, 27 Sep 2022 17:02:46 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=89=20=E4=BF=AE=E5=A4=8D=E7=AB=8B?= =?UTF-8?q?=E5=87=8F=E9=87=91=E6=97=B6=E9=97=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/UseGoodsScopePop/index.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/UseGoodsScopePop/index.jsx b/src/components/UseGoodsScopePop/index.jsx index 86013358..4fee7f1f 100644 --- a/src/components/UseGoodsScopePop/index.jsx +++ b/src/components/UseGoodsScopePop/index.jsx @@ -47,7 +47,6 @@ const UseGoodsScopePop = forwardRef((props, ref) => { } else { new_tableData.push(form_model); } - return new_tableData; }; @@ -69,7 +68,7 @@ const UseGoodsScopePop = forwardRef((props, ref) => { ); // 库存数量 table_obj.channel_activity_id = form_model.channel_activity_id; // 批次号 table_obj.all_budget = Number(form_model.all_budget); // 总预算 - table_obj.effectDate = `${form_model.time_limit.effect_time.end_time} 至 ${form_model.time_limit.effect_time.start_time}`; // 有效时间段 + table_obj.effectDate = `${form_model.time_limit.effect_time.start_time} 至 ${form_model.time_limit.effect_time.end_time}`; // 有效时间段 table_obj.create_time = form_model.create_time; // 创建时间 if (product_title === "编辑立减金") {