mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 18:36:43 +08:00
附件上传受益人证件上传失败数据清空2
This commit is contained in:
@@ -1470,6 +1470,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
(error) => {
|
(error) => {
|
||||||
|
debugger
|
||||||
switch (that.type) {
|
switch (that.type) {
|
||||||
case 'fileListIdFront':
|
case 'fileListIdFront':
|
||||||
that.fileListIdFront = []
|
that.fileListIdFront = []
|
||||||
@@ -1504,6 +1505,15 @@ export default {
|
|||||||
case 'saleInsuredPersonInfoOther':
|
case 'saleInsuredPersonInfoOther':
|
||||||
that.saleInsuredPersonInfoOther = []
|
that.saleInsuredPersonInfoOther = []
|
||||||
break
|
break
|
||||||
|
case 'fileListIdFrontBeneficiary':
|
||||||
|
that.fileListIdFrontBeneficiary = []
|
||||||
|
break
|
||||||
|
case 'fileListIdBackBeneficiary':
|
||||||
|
that.fileListIdBackBeneficiary = []
|
||||||
|
break
|
||||||
|
case 'fileLIstImgBeneficiary':
|
||||||
|
that.fileLIstImgBeneficiary = []
|
||||||
|
break
|
||||||
}
|
}
|
||||||
this.$toast('网络环境不佳,图片上传失败,请切换移动网络或稍后重试')
|
this.$toast('网络环境不佳,图片上传失败,请切换移动网络或稍后重试')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user