diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 183a212e..2b7ac28d 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -513,16 +513,18 @@ export default { }, handleToDemand () { - if (this.eventDetailCopy.status === 'processing') { - this.projectPageType = 'edit' - } else { - this.projectPageType = 'info' - } - this.pageTypeCopy = 'project' + // if (this.eventDetailCopy.status === 'processing') { + // this.projectPageType = 'edit' + // } else { + // this.projectPageType = 'info' + // } + this.pageTypeCopy = 'demand' }, handleCloseProject () { - this.pageTypeCopy = 'demand' + this.getProjectProcess() + this.pageTypeCopy = 'info' + },