From de64ee68c2b22eea64602c0f7a094f7aa380c075 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 18 May 2023 10:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E6=96=B0=E5=A2=9Ebug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/event/cpts/event-info.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)