This commit is contained in:
X1627315083
2024-09-27 17:34:19 +08:00
parent 21b0af1365
commit 2dd09b1e64
5 changed files with 10 additions and 14 deletions

View File

@@ -137,12 +137,12 @@ import { message, Upload, Modal } from "ant-design-vue";
bor = false
}
if(!bor){
let res:any = JSON.parse(file.xhr.response);
// let res:any = JSON.parse(file.xhr.response);
// props.dataList.forEach((item:any)=>{
// if(item.img == -1){
// }
// })
message.warning(res.errMsg);
// message.warning(res.errMsg);
}
}
return {