Browse Source

事件管理

shibei_master
jiangyy 3 years ago
parent
commit
6d286690fb
  1. 16
      src/views/modules/shequzhili/event/cpts/event-info.vue

16
src/views/modules/shequzhili/event/cpts/event-info.vue

@ -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'
}, },

Loading…
Cancel
Save