网格区块
This commit is contained in:
@@ -161,7 +161,9 @@ export default {
|
||||
this.instance.post(`/app/appgirdinfo/addOrUpdate`, {
|
||||
...this.forms,
|
||||
girdMemberManageList: girdMemberManageList?.map(v => ({wxUserId: v.id})) || [],
|
||||
girdMemberList: girdMemberList?.map(v => ({wxUserId: v.id})) || []
|
||||
girdMemberList: girdMemberList?.map(v => ({wxUserId: v.id})) || [],
|
||||
isCoordination: this.forms.currIndex,
|
||||
coordinationId: this.forms.currIndex == 1 ? this.forms.parentGirdId : null
|
||||
}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.cancel(true)
|
||||
|
||||
Reference in New Issue
Block a user