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 () {
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'
},

Loading…
Cancel
Save