src/components/Regular/index.vue
@@ -399,8 +399,9 @@ console.log(item, "item"); console.log(this.TargetoptionList, "this.TargetoptionList"); let index = this.TargetoptionList.findIndex( (obj) => obj.guid == item.guid && obj.name == item.name (obj) => obj.guid == item.guid ); console.log(index); this.TargetoptionList[index].picturePath = response.url; }, },