拆分结果保存

This commit is contained in:
caoyang
2022-03-31 23:09:51 +08:00
parent e6f40cfafd
commit 72de25242b
9 changed files with 357 additions and 81 deletions
@@ -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)
}
})