Commit 6ff4dc1d authored by 张子雨's avatar 张子雨

feat: 修复sentry问题

parent f37336eb
......@@ -127,7 +127,8 @@ const LogisticsForm = props => {
],
})(
<Select showSearch placeholder="请选择物流公司">
{companys.map(item => (
{companys?.length &&
companys.map(item => (
<Option
value={`${item.expressCompanyCode}-${item.expressCompanyName}`}
key={item.expressCompanyCode}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment