Loop out multiple arrays in the objects inside, then wrap multiple objects in an array and store them in the form of key-value pairs, that is, the values I print below
are written by myself. I can only iterate through one array, two layers of loops, but I don"t know how to loop
console.log("res",res);
for (let v of Object.values(res.data.data.arborList)) {
this.speciesData = v || [];
}
console.log("speciesData", this.speciesData);