26855
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user