附件上传受益人证件上传失败数据清空2

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-06-20 15:33:26 +08:00
parent f16d8bf8ac
commit 162be894f8

View File

@@ -1494,6 +1494,7 @@ export default {
} }
}, },
(error) => { (error) => {
debugger
switch (that.type) { switch (that.type) {
case 'fileListIdFront': case 'fileListIdFront':
that.fileListIdFront = [] that.fileListIdFront = []
@@ -1528,6 +1529,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
} }
if(that.type == 'fileListIdFrontBeneficiary'){ if(that.type == 'fileListIdFrontBeneficiary'){
that.saleBtnfPersonInfo.forEach((item,index)=>{ that.saleBtnfPersonInfo.forEach((item,index)=>{