mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 06:26:44 +08:00
@@ -1408,15 +1408,27 @@ export default {
|
||||
case 'saleInsuredPersonInfoOther':
|
||||
that.saleInsuredPersonInfoOther = []
|
||||
break
|
||||
case 'fileListIdFrontBeneficiary':
|
||||
that.fileListIdFrontBeneficiary = []
|
||||
break
|
||||
case 'fileListIdBackBeneficiary':
|
||||
that.fileListIdBackBeneficiary = []
|
||||
break
|
||||
case 'fileLIstImgBeneficiary':
|
||||
that.fileLIstImgBeneficiary = []
|
||||
break
|
||||
}
|
||||
if(that.type == 'fileListIdFrontBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileListIdFrontBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
if(that.type == 'fileListIdBackBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileListIdBackBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
if(that.type == 'fileLIstImgBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileLIstImgBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
this.$toast.clear()
|
||||
}
|
||||
@@ -1455,22 +1467,33 @@ export default {
|
||||
case 'saleInsuredPersonInfoOther':
|
||||
that.saleInsuredPersonInfoOther = []
|
||||
break
|
||||
case 'fileListIdFrontBeneficiary':
|
||||
that.fileListIdFrontBeneficiary = []
|
||||
break
|
||||
case 'fileListIdBackBeneficiary':
|
||||
that.fileListIdBackBeneficiary = []
|
||||
break
|
||||
case 'fileLIstImgBeneficiary':
|
||||
that.fileLIstImgBeneficiary = []
|
||||
break
|
||||
}
|
||||
if(that.type == 'fileListIdFrontBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileListIdFrontBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
if(that.type == 'fileListIdBackBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileListIdBackBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
if(that.type == 'fileLIstImgBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileLIstImgBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
this.$toast.clear()
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
},
|
||||
(error) => {
|
||||
debugger
|
||||
switch (that.type) {
|
||||
case 'fileListIdFront':
|
||||
that.fileListIdFront = []
|
||||
@@ -1505,15 +1528,27 @@ export default {
|
||||
case 'saleInsuredPersonInfoOther':
|
||||
that.saleInsuredPersonInfoOther = []
|
||||
break
|
||||
case 'fileListIdFrontBeneficiary':
|
||||
that.fileListIdFrontBeneficiary = []
|
||||
break
|
||||
case 'fileListIdBackBeneficiary':
|
||||
that.fileListIdBackBeneficiary = []
|
||||
break
|
||||
case 'fileLIstImgBeneficiary':
|
||||
that.fileLIstImgBeneficiary = []
|
||||
break
|
||||
}
|
||||
if(that.type == 'fileListIdFrontBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileListIdFrontBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
if(that.type == 'fileListIdBackBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileListIdBackBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
if(that.type == 'fileLIstImgBeneficiary'){
|
||||
that.saleBtnfPersonInfo.forEach((item,index)=>{
|
||||
if(item.bnfId == that.bnfId){
|
||||
that.bnfInfo[index].fileLIstImgBeneficiary = []
|
||||
}
|
||||
})
|
||||
}
|
||||
this.$toast('网络环境不佳,图片上传失败,请切换移动网络或稍后重试')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user