This commit is contained in:
red-deng-deng 2021-11-22 20:00:51 +08:00
parent ce9e3c597e
commit f1ee20290b
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ export default class acclist extends React.Component{
});
}
onUploadError = (type, data) => {
if (type === 'overMaxSize') {
Notify.error(`文件大小不能超过 ${data.formattedMaxSize}`);
}