数据结构如下:
由于太长的数据只能截图两次
目前的代码:
async getTabledata(this: any) {
await this.getSampleBroswer({ params: { id: this.input.number } }).then(res => {
if (res.status == 200) {
console.log(res.result);
}
})
},
主要解析template下的所有返回来的数据
请问大佬们如何上面的格式转换成一维数组