From 14fc3eff946b6669746a14531ebe06db7c634660 Mon Sep 17 00:00:00 2001 From: liuye Date: Sun, 23 Apr 2023 09:16:28 +0800 Subject: [PATCH] 348 --- project/fengdu/app/AppIntegratingAudit/components/Detail.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue index 867def73..ef28be94 100644 --- a/project/fengdu/app/AppIntegratingAudit/components/Detail.vue +++ b/project/fengdu/app/AppIntegratingAudit/components/Detail.vue @@ -179,6 +179,8 @@ this.eventForm.files = null this.eventForm.content = this.info.content this.eventForm.applyIntegral = this.info.applyIntegral + this.eventForm.images = this.info.images + this.eventForm.videos = this.info.videos this.isShowEvent = true },