diff --git a/src/views/modules/shequzhili/event/cpts/event-info.vue b/src/views/modules/shequzhili/event/cpts/event-info.vue index 5da15c0..9ec30d6 100644 --- a/src/views/modules/shequzhili/event/cpts/event-info.vue +++ b/src/views/modules/shequzhili/event/cpts/event-info.vue @@ -471,7 +471,8 @@ export default { // replayInfo: this.replayInfo, project: this.project, demand: this.demand, - issueInfo: this.issueInfo + issueInfo: this.issueInfo, + categoryList: this.eventInfoData.categoryList.map(item => item.id) } console.log('this.formData', this.formData)