26855
This commit is contained in:
		| @@ -260,11 +260,12 @@ | |||||||
|         for (let item of list) { |         for (let item of list) { | ||||||
|           if (item.girdMemberList && item.girdMemberList.length) { |           if (item.girdMemberList && item.girdMemberList.length) { | ||||||
|             let userList = JSON.parse(JSON.stringify(item.girdMemberList)).map(v => { |             let userList = JSON.parse(JSON.stringify(item.girdMemberList)).map(v => { | ||||||
|  |               console.log(item) | ||||||
|               return { |               return { | ||||||
|                   ...v, |                   ...v, | ||||||
|                 isUser: true, |                 isUser: true, | ||||||
|                 girdName: item.girdName, |                 girdName: item.girdName, | ||||||
|                 girdId: item.girdId |                 girdId: item.id | ||||||
|               } |               } | ||||||
|             }) |             }) | ||||||
|  |  | ||||||
| @@ -316,7 +317,7 @@ | |||||||
|           if (this.gridInfo.userId) { |           if (this.gridInfo.userId) { | ||||||
|             this.forwardForm.girdId = this.gridInfo.girdId |             this.forwardForm.girdId = this.gridInfo.girdId | ||||||
|             this.forwardForm.girdName = this.gridInfo.girdName |             this.forwardForm.girdName = this.gridInfo.girdName | ||||||
|             this.forwardForm.girdMemberId = this.gridInfo.userId |             this.forwardForm.girdMemberId = this.gridInfo.id | ||||||
|             this.forwardForm.girdMemberName = this.gridInfo.name |             this.forwardForm.girdMemberName = this.gridInfo.name | ||||||
|           } else { |           } else { | ||||||
|             this.forwardForm.girdId = this.gridInfo.id |             this.forwardForm.girdId = this.gridInfo.id | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user