From c09b2a01d5ec0ffc5bdc7279ece6db63c92f90e6 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 7 Jan 2022 09:06:53 +0800 Subject: [PATCH] 26437 --- packages/3.0.0/AppReportAiWill/components/Detail.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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