mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 04:46:45 +08:00
附件上传受益人证件上传失败数据清空2
This commit is contained in:
@@ -1494,6 +1494,7 @@ export default {
|
||||
}
|
||||
},
|
||||
(error) => {
|
||||
debugger
|
||||
switch (that.type) {
|
||||
case 'fileListIdFront':
|
||||
that.fileListIdFront = []
|
||||
@@ -1528,6 +1529,15 @@ 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)=>{
|
||||
|
||||
Reference in New Issue
Block a user