Commit 40cfcb13 authored by 郝聪敏's avatar 郝聪敏

fix: 数据初始化

parent abb4d90b
......@@ -7,7 +7,7 @@ const FormItem = Form.Item;
const { Option } = Select;
const LogisticsForm = props => {
const { modalVisible, onCancel, companys, skuList, onSubmit } = props;
const { modalVisible, onCancel, companys = [], skuList, onSubmit } = props;
const { getFieldDecorator, resetFields } = props.form;
const [result, setResult] = useState([{}]);
......
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