fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user