From 8beb2a3699bac1ddfb952163742fd58c7eb6ce3a Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 21 Apr 2023 10:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/fengdu/app/AppIntegratingAudit/components/Detail.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue index cfbdb3e8..867def73 100644 --- a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue +++ b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue @@ -176,7 +176,7 @@ }, showEvent () { - this.eventForm.files = this.info.files + this.eventForm.files = null this.eventForm.content = this.info.content this.eventForm.applyIntegral = this.info.applyIntegral this.isShowEvent = true