diff --git a/project/sass/apps/grid/AppGridBlock/components/add.vue b/project/sass/apps/grid/AppGridBlock/components/add.vue index 77e25b9f..60ef5d69 100644 --- a/project/sass/apps/grid/AppGridBlock/components/add.vue +++ b/project/sass/apps/grid/AppGridBlock/components/add.vue @@ -355,6 +355,16 @@ export default { `/app/appgirdinfo/addOrUpdate`, { ...this.forms, + girdMemberManageList: this.forms.girdMemberManageList.map(v => { + return { + wxUserId: v.wxOpenUserId + } + }), + girdMemberList: this.forms.girdMemberList.map(v => { + return { + wxUserId: v.wxOpenUserId + } + }) }, null )