Browse Source

事件新增bug

master
dai 2 years ago
parent
commit
de64ee68c2
  1. 3
      src/views/modules/shequzhili/event/cpts/event-info.vue

3
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)

Loading…
Cancel
Save