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