This commit is contained in:
liuye
2024-03-04 10:25:23 +08:00
parent 2a7451e407
commit bbeef44d69

View File

@@ -69,8 +69,10 @@ export default {
this.forms.groupName = option.groupName this.forms.groupName = option.groupName
this.typeList() this.typeList()
uni.$on('goback', (res) => { uni.$on('goback', (res) => {
console.log(res)
this.selectUser = res this.selectUser = res
this.forms.girdId = res.girdId this.forms.girdId = res.girdId
this.forms.girdCode = res.girdCode
this.forms.girdName = res.girdName this.forms.girdName = res.girdName
this.forms.girdMemberId = res.id this.forms.girdMemberId = res.id
this.forms.girdMemberName = res.name this.forms.girdMemberName = res.name