微心愿
This commit is contained in:
		| @@ -147,7 +147,8 @@ export default { | ||||
|       forwardForm: { | ||||
|         content: '', | ||||
|         user: [], | ||||
|         name: '', | ||||
|         wxUserName: '', | ||||
|         wxUserId: '', | ||||
|         files: [] | ||||
|       }, | ||||
|       isLoading: true, | ||||
| @@ -209,9 +210,9 @@ export default { | ||||
|       }) | ||||
|     }, | ||||
|     onChooseUser(v) { | ||||
|       console.log(v) | ||||
|       this.forwardForm.user = v | ||||
|       this.forwardForm.name = v[0].name | ||||
|       this.forwardForm.wxUserId = v[0].id | ||||
|       this.forwardForm.wxUserName = v[0].name | ||||
|     }, | ||||
|     onClose() { | ||||
|       this.form.files = [] | ||||
| @@ -219,7 +220,7 @@ export default { | ||||
|       this.form.groupName = '' | ||||
|       this.form.content = '' | ||||
|       this.form.eventStatus = '' | ||||
|        | ||||
|  | ||||
|       this.forwardForm.content = '' | ||||
|       this.forwardForm.user = [] | ||||
|       this.forwardForm.files = [] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user