diff --git a/project/pingchang/apps/AppWishfulThinking/components/Detail.vue b/project/pingchang/apps/AppWishfulThinking/components/Detail.vue index 597ca32c..512c7b6f 100644 --- a/project/pingchang/apps/AppWishfulThinking/components/Detail.vue +++ b/project/pingchang/apps/AppWishfulThinking/components/Detail.vue @@ -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 = []