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