From 5b5ebe896ced2b440642a92d550a2d2639eef025 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Tue, 24 Jun 2025 13:57:47 +0800 Subject: [PATCH] =?UTF-8?q?perf=EF=BC=9A=E7=BC=96=E8=BE=91=E9=99=84?= =?UTF-8?q?=E5=8A=A0=E4=BF=A1=E6=81=AF=E5=88=9D=E5=A7=8B=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/OrderProfile.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/OrderProfile.jsx b/src/components/OrderProfile.jsx index a51eee1..2fa2a3c 100644 --- a/src/components/OrderProfile.jsx +++ b/src/components/OrderProfile.jsx @@ -238,6 +238,7 @@ const OrderProfile = ({ coliSN, ...props }) => { { + formExtra.setFieldsValue({ extra: orderDetail.COLI_Introduction }) setOpenExtra(true) }} /> @@ -319,10 +320,8 @@ const OrderProfile = ({ coliSN, ...props }) => {
{ - console.log('Received values of form: ', values) updateExtraInfo(orderId, values.extra) .then(() => { notification.success({