|
@ -116,7 +116,7 @@ const ImportModal = props => { |
|
|
<Form.Upload |
|
|
<Form.Upload |
|
|
label={'部门培训记录'} labelPosition='left' |
|
|
label={'部门培训记录'} labelPosition='left' |
|
|
action={'/'} accept={'.xlsx'} |
|
|
action={'/'} accept={'.xlsx'} |
|
|
maxSize={102400} limit={1} |
|
|
maxSize={204800} limit={1} |
|
|
onRemove={(currentFile, fileList, fileItem) => { |
|
|
onRemove={(currentFile, fileList, fileItem) => { |
|
|
setMsg(''); |
|
|
setMsg(''); |
|
|
setPostData([]); |
|
|
setPostData([]); |
|
|