WXL
2024-07-29 b5f603e902373dc01a336923a30cce3802d6ce27
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;
    },
  },