This commit is contained in:
yanran200730
2022-01-14 18:52:55 +08:00
parent 04fe86fe28
commit 18406063a9

View File

@@ -449,6 +449,7 @@ export default {
phone: res.data.phone, phone: res.data.phone,
userId: res.data.id userId: res.data.id
}] }]
this.girdInfoStr = ''
this.photoList = [{ url: this.forms.photo }]; this.photoList = [{ url: this.forms.photo }];
res.data.girdInfoList.forEach((e, index) => { res.data.girdInfoList.forEach((e, index) => {