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 {