|
@ -513,16 +513,18 @@ export default { |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
handleToDemand () { |
|
|
handleToDemand () { |
|
|
if (this.eventDetailCopy.status === 'processing') { |
|
|
// if (this.eventDetailCopy.status === 'processing') { |
|
|
this.projectPageType = 'edit' |
|
|
// this.projectPageType = 'edit' |
|
|
} else { |
|
|
// } else { |
|
|
this.projectPageType = 'info' |
|
|
// this.projectPageType = 'info' |
|
|
} |
|
|
// } |
|
|
this.pageTypeCopy = 'project' |
|
|
this.pageTypeCopy = 'demand' |
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
handleCloseProject () { |
|
|
handleCloseProject () { |
|
|
this.pageTypeCopy = 'demand' |
|
|
this.getProjectProcess() |
|
|
|
|
|
this.pageTypeCopy = 'info' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|