This commit is contained in:
谢思 2021-12-17 14:14:05 +08:00
parent 45e8dd5f2d
commit d4e3e4ca39
1 changed files with 1 additions and 0 deletions

View File

@ -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;