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