bug
This commit is contained in:
@@ -355,6 +355,16 @@ export default {
|
|||||||
`/app/appgirdinfo/addOrUpdate`,
|
`/app/appgirdinfo/addOrUpdate`,
|
||||||
{
|
{
|
||||||
...this.forms,
|
...this.forms,
|
||||||
|
girdMemberManageList: this.forms.girdMemberManageList.map(v => {
|
||||||
|
return {
|
||||||
|
wxUserId: v.wxOpenUserId
|
||||||
|
}
|
||||||
|
}),
|
||||||
|
girdMemberList: this.forms.girdMemberList.map(v => {
|
||||||
|
return {
|
||||||
|
wxUserId: v.wxOpenUserId
|
||||||
|
}
|
||||||
|
})
|
||||||
},
|
},
|
||||||
null
|
null
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user