BUG 30108
This commit is contained in:
@@ -55,8 +55,8 @@ export default {
|
||||
if (res?.data) {
|
||||
if (this.fromType == 'edit') {
|
||||
this.form = res.data
|
||||
this.form.girdMemberList.map(e => e.id = e.wxUserId)
|
||||
this.form.girdMemberManageList.map(e => e.id = e.wxUserId)
|
||||
this.form.girdMemberList?.map(e => e.id = e.wxUserId)
|
||||
this.form.girdMemberManageList?.map(e => e.id = e.wxUserId)
|
||||
}
|
||||
if (this.fromType == 'add') {
|
||||
this.form.parentGirdId = res.data.id
|
||||
|
||||
Reference in New Issue
Block a user