Merge branch 'dev_aliyun' of http://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

dev_hs
cxt 6 years ago
commit ed449f33b9

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

Loading…
Cancel
Save