From 815e220a34a6333037325d063a89c31e853fc26c Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 20 May 2022 16:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/shequzhili/event/cpts/add.vue | 17 ++++-- .../shequzhili/event/cpts/event-detail.vue | 8 ++- .../shequzhili/event/cpts/event-info.vue | 58 +++++++++++++++---- .../event/cpts/process-form-project.vue | 4 +- 4 files changed, 65 insertions(+), 22 deletions(-) diff --git a/src/views/modules/shequzhili/event/cpts/add.vue b/src/views/modules/shequzhili/event/cpts/add.vue index c1e3a2c8..1935079f 100644 --- a/src/views/modules/shequzhili/event/cpts/add.vue +++ b/src/views/modules/shequzhili/event/cpts/add.vue @@ -200,9 +200,9 @@ -
+
图片:
-
关闭 @@ -157,6 +158,7 @@ export default { }, mounted () { + if (this.eventId) { this.info = JSON.parse(JSON.stringify(this.eventDetailData)); } @@ -194,7 +196,7 @@ export default { // this.showType = 'project' }, handleToDemand () { - + this.$emit("handleToDemand") }, }, diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 25aa1db3..183a212e 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -38,6 +38,7 @@ :eventId="eventId" :eventDetailData="eventDetailData" @handleToProject="handleToProject" + @handleToDemand="handleToDemand" @handleClose="handleClose">
+
+ +