拆分结果保存
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
const status = info.file.status;
|
||||
info.fileList.forEach((val,index)=>{
|
||||
if(val.response && !val.response.result){
|
||||
this.$message.error(val.response.message);
|
||||
this.$message.success(val.response.message);
|
||||
info.fileList.splice(index,1)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user