From 162be894f85973e1eedacc824d7ed14aa639d943 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 20 Jun 2023 15:33:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=84=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=8F=97?= =?UTF-8?q?=E7=9B=8A=E4=BA=BA=E8=AF=81=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=B1?= =?UTF-8?q?=E8=B4=A5=E6=95=B0=E6=8D=AE=E6=B8=85=E7=A9=BA2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/sale/AttachmentManagement.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/ebiz/sale/AttachmentManagement.vue b/src/views/ebiz/sale/AttachmentManagement.vue index 81a363e93..adbe2b6ed 100644 --- a/src/views/ebiz/sale/AttachmentManagement.vue +++ b/src/views/ebiz/sale/AttachmentManagement.vue @@ -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)=>{