import React from 'react';
import { Input, Modal, Button, message, Select } from 'antd';
import { achievementCategoryList } from '../../dataDic.js';
import ajax from 'jquery/src/ajax/xhr.js';
import $ from 'jquery/src/ajax';
const BatchImport = React.createClass({
getInitialState: function () {
return {
loading: false
};
},
showModal() {
this.setState({
visible: true,
});
},
handleOk(e) {
this.setState({
visible: false,
});
},
handleCancel(e) {
this.setState({
visible: false,
});
},
provinceChange(e) {
let theArr = [];
this.props.provinceList.map((item) => {
if (item.id == e) {
item.cityList.map((city) => {
theArr.push(