微心愿

This commit is contained in:
liuye
2022-11-16 14:12:27 +08:00
parent 6542952597
commit 851e7a1bbb

View File

@@ -147,7 +147,8 @@ export default {
forwardForm: { forwardForm: {
content: '', content: '',
user: [], user: [],
name: '', wxUserName: '',
wxUserId: '',
files: [] files: []
}, },
isLoading: true, isLoading: true,
@@ -209,9 +210,9 @@ export default {
}) })
}, },
onChooseUser(v) { onChooseUser(v) {
console.log(v)
this.forwardForm.user = v this.forwardForm.user = v
this.forwardForm.name = v[0].name this.forwardForm.wxUserId = v[0].id
this.forwardForm.wxUserName = v[0].name
}, },
onClose() { onClose() {
this.form.files = [] this.form.files = []