| | |
| | | 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; |
| | | }, |
| | | }, |
| | |
| | | targetvalue: "", |
| | | targetregex: "", |
| | | targetregex2: "", |
| | | picturePath: "", |
| | | dynamiccruxs: [], |
| | | nodynamiccruxs: [], |
| | | dynamiccruxsJson: "", |
| | |
| | | nodynamiccruxsJson: item.nodynamiccruxsJson, |
| | | targetoptionid: item.targetoptionid, |
| | | isabnormal: item.isabnormal, |
| | | picturePath: item.picturePath, |
| | | }; |
| | | }); |
| | | console.log(this.testuserList); |
| | |
| | | targetregex: "", |
| | | targetregex2: "", |
| | | isoperation: 1, |
| | | picturePath: "", |
| | | dynamiccruxs: [], |
| | | nodynamiccruxs: [], |
| | | dynamiccruxsJson: "", |