From ce8494fe26c0563e635dc898864c709c43bfa239 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Wed, 28 May 2025 12:00:22 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=89=8D=E7=AB=AF):=20=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E8=81=8A=E5=A4=A9:=20=E2=9B=94=E4=BE=9B=E5=BA=94=E5=95=86?= =?UTF-8?q?=E9=82=AE=E4=BB=B6;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Online/order/CustomerProfile.jsx | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/Conversations/Online/order/CustomerProfile.jsx b/src/views/Conversations/Online/order/CustomerProfile.jsx index e7d3a29..32fd9f3 100644 --- a/src/views/Conversations/Online/order/CustomerProfile.jsx +++ b/src/views/Conversations/Online/order/CustomerProfile.jsx @@ -94,19 +94,19 @@ const CustomerProfile = ({ disabled }) => { }); - fetchOtherEmail(currentOrder) - .then(result => { - // console.info(result) - }) - .finally(() => setLoading(false)) - .catch(reason => { - notification.error({ - message: "查询供应商邮件出错", - description: reason.message, - placement: "top", - duration: 60, - }); - }); + // fetchOtherEmail(currentOrder) + // .then(result => { + // // console.info(result) + // }) + // .finally(() => setLoading(false)) + // .catch(reason => { + // notification.error({ + // message: "查询供应商邮件出错", + // description: reason.message, + // placement: "top", + // duration: 60, + // }); + // }); } else if (isEmpty(currentOrder)) { resetOrderStore(); } @@ -293,8 +293,8 @@ const CustomerProfile = ({ disabled }) => { } /> - - + */} + {/* 供应商邮件