fix: 报价信邮件: 等待获取草稿

dev/emitter
Lei OT 10 months ago
parent 92c5b63430
commit 949ea81b82

@ -59,11 +59,11 @@ const EmailQuotation = ({ sfi_sn, ...props }) => {
return ( return (
<> <>
<Button <Button loading={draftLoading}
type='link' type='link'
key={'email-now'} key={'email-now'} size='small'
onClick={async () => { onClick={async () => {
getEmailDraft({ sfi_sn, coli_sn: currentConversation.coli_sn }) await getEmailDraft({ sfi_sn, coli_sn: currentConversation.coli_sn })
setEditorOpen(true) setEditorOpen(true)
}}> }}>
邮件 邮件

Loading…
Cancel
Save