From 6720928761ffdc75a781e65675071254b83132b8 Mon Sep 17 00:00:00 2001 From: zhoulinf <2507241354@qq.com> Date: Wed, 6 Nov 2024 14:29:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=8F=91=E7=A5=A8=20?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index/uploadInvoice.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index/uploadInvoice.vue b/src/views/index/uploadInvoice.vue index 85a8b647..80037e42 100644 --- a/src/views/index/uploadInvoice.vue +++ b/src/views/index/uploadInvoice.vue @@ -310,7 +310,7 @@ this.$set(this.activeObj, 'imageUrl', '') this.$set(this.activeObj, 'fileName', '') if (['pdf','ofd'].indexOf(this.activeObj.fileType) === -1) { - this.activeObj.imageUrl = URL.createObjectURL(file.raw); + // this.activeObj.imageUrl = URL.createObjectURL(file.raw); this.activeObj.imageUrl = res.data.url this.$set(this.activeObj, 'fileName', file.file.name) } else {