网格区块
This commit is contained in:
@@ -163,7 +163,9 @@ export default {
|
||||
girdMemberManageList: girdMemberManageList?.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
|
||||
coordinationId: this.forms.currIndex == 1 ? this.forms.parentGirdId : null,
|
||||
parentGirdId: this.forms.currIndex == 1 ? this.forms.coordinationId : this.forms.parentGirdId,
|
||||
parentGirdName: this.forms.currIndex == 1 ? this.forms.coordinationName : this.forms.parentGirdName
|
||||
}).then((res) => {
|
||||
if (res.code == 0) {
|
||||
this.cancel(true)
|
||||
|
||||
Reference in New Issue
Block a user