From 6d286690fb9b5b890ace08bd0852d63f03e2dfa3 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 20 May 2022 16:56:10 +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/event-info.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) 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' + },