为了账号安全,请及时绑定邮箱和手机立即绑定

element-ui 的upload组件,before-upload验证不通过后为什么会触发了on-remove的执行?

element-ui 的upload组件,before-upload验证不通过后为什么会触发了on-remove的执行?

30秒到达战场 2019-05-13 10:37:32
"vue":"^2.5.2","element-ui":"^2.2.1",removeTheme(file,fileList){req_removeTheme({id:file.id}).then(res=>{this.$message.success('删除成功')})},beforeUpload(file){constisMatch=file.type==='image/jpeg'||file.type==='image/jpg'||file.type==='image/png'||file.type==='image/gif'||file.type==='image/bmp'constisLt2M=file.size/1024/1024
查看完整描述

2 回答

?
婷婷同学_

TA贡献1844条经验 获得超8个赞

好像新的才会出现这个问题,试了下可以通过file.status的状态来区分`handleRemove(file,fileList){
if(file&&file.status==="success"){
//删除
}
}`
                            
查看完整回答
反对 回复 2019-05-13
  • 2 回答
  • 0 关注
  • 738 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信