From 0a06f6c16ac9f1fb59bdf01a9dae94cd8570aea5 Mon Sep 17 00:00:00 2001 From: LiaoYijun Date: Thu, 26 Jun 2025 14:01:24 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=B2=BE=E7=AE=80=E6=9F=A5=E6=89=BE?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E7=9B=AE=E5=BD=95=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/orders/components/MailListSearchModal.jsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/views/orders/components/MailListSearchModal.jsx b/src/views/orders/components/MailListSearchModal.jsx index e323a98..b05e29f 100644 --- a/src/views/orders/components/MailListSearchModal.jsx +++ b/src/views/orders/components/MailListSearchModal.jsx @@ -12,7 +12,6 @@ const MailListSearchModal = ({ ...props }) => { const [loading, setLoading] = useState(false) const onSubmitSearchMailList = async (values) => { - // console.log('Received values of form: ', values) setLoading(true) await searchEmailListAction({...values, opi_sn: currentMailboxOPI}); setLoading(false) @@ -52,9 +51,6 @@ const MailListSearchModal = ({ ...props }) => { { key: '1', value: '1', label: '收件箱' }, { key: '2', value: '2', label: '未读邮件' }, { key: '3', value: '3', label: '已发邮件' }, - { key: '4', value: '4', label: '待发邮件' }, - { key: '5', value: '5', label: '草稿' }, - { key: '6', value: '6', label: '已发邮件' }, { key: '7', value: '7', label: '已处理邮件' }, ]} optionType='button'