diff --git a/packages/3.0.0/AppReportAiWill/components/Detail.vue b/packages/3.0.0/AppReportAiWill/components/Detail.vue index f671d14a..fe39359c 100644 --- a/packages/3.0.0/AppReportAiWill/components/Detail.vue +++ b/packages/3.0.0/AppReportAiWill/components/Detail.vue @@ -312,10 +312,16 @@ onConfirm () { if (this.gridInfo.userId || this.gridInfo.isLastLevel === '1') { - this.forwardForm.girdId = this.gridInfo.girdId + if (this.gridInfo.userId) { + this.forwardForm.girdId = this.gridInfo.girdId + this.forwardForm.girdName = this.gridInfo.girdName + this.forwardForm.girdMemberId = this.gridInfo.userId + this.forwardForm.girdMemberName = this.gridInfo.name + } else { + this.forwardForm.girdId = this.gridInfo.id + } + this.forwardForm.girdName = this.gridInfo.girdName - this.forwardForm.girdMemberId = this.gridInfo.userId - this.forwardForm.girdMemberName = this.gridInfo.name this.forwardForm.name = `${this.gridInfo.girdName}${this.gridInfo.name ? '-' + this.gridInfo.name : ''}` this.isShowUser = false