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">
+
+ +