From 0150922f3efa499e61a76e36bbc87b3f0d1e848e 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 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('网络环境不佳,图片上传失败,请切换移动网络或稍后重试') }