26437
This commit is contained in:
		| @@ -312,10 +312,16 @@ | ||||
|  | ||||
|       onConfirm () { | ||||
|         if (this.gridInfo.userId || this.gridInfo.isLastLevel === '1') { | ||||
|           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.name = `${this.gridInfo.girdName}${this.gridInfo.name ? '-' + this.gridInfo.name : ''}` | ||||
|  | ||||
|           this.isShowUser = false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user