diff --git a/src/military/expert/register/index.jsx b/src/military/expert/register/index.jsx index d5b8f5e6..57bf8a1d 100644 --- a/src/military/expert/register/index.jsx +++ b/src/military/expert/register/index.jsx @@ -5,6 +5,7 @@ import { unitType, natureOfWork, highestEducation, positionLevel, professionalTy import './index.scss'; import '../index.scss'; import axios from 'axios'; +const Option = Select.Option; export default Form.create()(({ match, history, showNotification, form }) => { const { getFieldDecorator, validateFields, setFieldsValue } = form;