提交 ce46f6ef authored 作者: 钟是志's avatar 钟是志

1478 上传组件错误信息提示

上级 3a42e7b9
......@@ -390,6 +390,11 @@ export default class ImportUtil extends React.PureComponent {
if (info.file.status !== 'uploading') {
}
if (info.file.status === 'done') {
const { response } = info.file;
if(response?.errCode === '40006' || response?.respcode === '40006'){
message.error(`${response.errMsg || '上传失败'}`);
return false;
}
message.success(`${info.file.name} 上传成功`);
let x = info.file.response.filePath;
this.getCachKey(x);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论