@@ -262,8 +262,8 @@
fileList=newFileList
}
if (info.file.status === 'done') {
+ this.type=2
if(info.file.response.success){
- this.type=2
this.$message.success(`${info.file.name} 文件上传成功`);
} else {
this.dataError=info.file.response.message