update
This commit is contained in:
parent
ce9e3c597e
commit
f1ee20290b
|
@ -129,7 +129,6 @@ export default class acclist extends React.Component{
|
|||
});
|
||||
}
|
||||
onUploadError = (type, data) => {
|
||||
|
||||
if (type === 'overMaxSize') {
|
||||
Notify.error(`文件大小不能超过 ${data.formattedMaxSize}`);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue