perf(前端): 在线聊天: 供应商邮件;

dev/ckeditor
Lei OT 4 months ago
parent 63ec5c0a28
commit ce8494fe26

@ -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 }) => {
</>
}
/>
</Flex>
</Flex>*/}
{/*
<Divider orientation="left">
<Typography.Text strong>供应商邮件</Typography.Text>
<Badge count={otherEmailList.length} className='ml-2' color="oklch(62.3% 0.214 259.815)" />

Loading…
Cancel
Save