|
|
@ -112,12 +112,13 @@ class CreateGroupByImportModal extends Component{
|
|
|
|
|
|
|
|
|
|
|
|
render(){
|
|
|
|
render(){
|
|
|
|
const { candidates, checkBoxValues, loading, hasMore, name, school_name, school_names
|
|
|
|
const { candidates, checkBoxValues, loading, hasMore, name, school_name, school_names
|
|
|
|
, graduationGroup, graduation_groups, courseGroup, course_groups } = this.state
|
|
|
|
, graduationGroup, graduation_groups, courseGroup, course_groups , fileList } = this.state
|
|
|
|
const { moduleName } = this.props
|
|
|
|
const { moduleName } = this.props
|
|
|
|
|
|
|
|
|
|
|
|
const props = {
|
|
|
|
const props = {
|
|
|
|
name: 'file',
|
|
|
|
name: 'file',
|
|
|
|
multiple: true,
|
|
|
|
multiple: true,
|
|
|
|
|
|
|
|
fileList:fileList,
|
|
|
|
action: getUploadActionUrl(),
|
|
|
|
action: getUploadActionUrl(),
|
|
|
|
onRemove: this.onAttachmentRemove,
|
|
|
|
onRemove: this.onAttachmentRemove,
|
|
|
|
onChange: this.handleChange
|
|
|
|
onChange: this.handleChange
|
|
|
@ -131,17 +132,6 @@ class CreateGroupByImportModal extends Component{
|
|
|
|
onOk={this.onOk}
|
|
|
|
onOk={this.onOk}
|
|
|
|
className="createGroupByImport"
|
|
|
|
className="createGroupByImport"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
{`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div className="df">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<Dragger {...props}>
|
|
|
|
<Dragger {...props}>
|
|
|
|
<p className="ant-upload-drag-icon">
|
|
|
|
<p className="ant-upload-drag-icon">
|
|
|
|
<Icon type="inbox" />
|
|
|
|
<Icon type="inbox" />
|
|
|
|