diff --git a/packages/3.0.0/AppReportAiWill/components/Detail.vue b/packages/3.0.0/AppReportAiWill/components/Detail.vue index 5668003a..c560079f 100644 --- a/packages/3.0.0/AppReportAiWill/components/Detail.vue +++ b/packages/3.0.0/AppReportAiWill/components/Detail.vue @@ -260,11 +260,12 @@ for (let item of list) { if (item.girdMemberList && item.girdMemberList.length) { let userList = JSON.parse(JSON.stringify(item.girdMemberList)).map(v => { + console.log(item) return { ...v, isUser: true, girdName: item.girdName, - girdId: item.girdId + girdId: item.id } }) @@ -316,7 +317,7 @@ if (this.gridInfo.userId) { this.forwardForm.girdId = this.gridInfo.girdId this.forwardForm.girdName = this.gridInfo.girdName - this.forwardForm.girdMemberId = this.gridInfo.userId + this.forwardForm.girdMemberId = this.gridInfo.id this.forwardForm.girdMemberName = this.gridInfo.name } else { this.forwardForm.girdId = this.gridInfo.id