微心愿
This commit is contained in:
@@ -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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user