From 049e6b6c371c92a7c878edcf2cecb58a145e6124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 13 Dec 2024 10:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E4=B8=8D=E4=BA=86=E5=BD=95?= =?UTF-8?q?=E9=9F=B3=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../event/cpts/process-form-complete.vue | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue index 941ad8c59..9c492d591 100644 --- a/src/views/modules/shequzhili/event/cpts/process-form-complete.vue +++ b/src/views/modules/shequzhili/event/cpts/process-form-complete.vue @@ -9,7 +9,7 @@ - + item.attachmentType==='image') + this.audioList = this.formData.internalFile.filter(item=>item.attachmentType==='voice') + this.docList = this.formData.internalFile.filter(item=>item.attachmentType == 'doc') + } + } + }, }, created() { }, mounted() { + console.log(this.formData,"formData,formDataformData"); + console.log(this.eventDetailData,"alallalalalalalal"); if (this.eventDetailData.videoNeedFlag=="1") { this.required=true @@ -516,6 +517,7 @@ export default { attachmentType: file.raw.type, attachmentUrl: res.data.url, }); + this.formData.files.push(this.audioList) console.log(this.formData.files); } else { this.$message.error(res.msg);