diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index ffa95e461..2ee980272 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -1470,6 +1470,7 @@ export default { } }, (error) => { + debugger switch (that.type) { case 'fileListIdFront': that.fileListIdFront = [] @@ -1504,6 +1505,15 @@ export default { case 'saleInsuredPersonInfoOther': that.saleInsuredPersonInfoOther = [] break + case 'fileListIdFrontBeneficiary': + that.fileListIdFrontBeneficiary = [] + break + case 'fileListIdBackBeneficiary': + that.fileListIdBackBeneficiary = [] + break + case 'fileLIstImgBeneficiary': + that.fileLIstImgBeneficiary = [] + break } this.$toast('网络环境不佳,图片上传失败,请切换移动网络或稍后重试') }