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 },