当前位置:网站首页>拿出接口数组对象中的所有name值,取出同一个值
拿出接口数组对象中的所有name值,取出同一个值
2022-08-05 05:14:00 【xx820702】
data() {
return {
chartInstance:null,
allData:null//服务器返回的数据
}
},
mounted() {
this.initCharet()
this.getData()
},
methods: {
// 初始化echartInstance对象
initCharet(){
this.chartInstance= this.$echarts.init(this.$refs.seller_ref)
},
// 获取服务器的数据
async getData(){
const {data:ret} = await this.$http.get('seller')
console.log(ret);
this.allData =ret
this.updateChart()
},
// 更新图表
updateChart(){
const sellerNames =this.allData.map((item)=>{
return item.name//拿出接口的name值
})
}
边栏推荐
猜你喜欢
ESP32 485 Illuminance
Lecture 4 Backpropagation Essays
第二讲 Linear Model 线性模型
2022 Hangzhou Electric Multi-School 1st Session 01
"Recursion" recursion concept and typical examples
【过一下12】整整一星期没记录
数据库实验五 备份与恢复
第四讲 back propagation 反向传播
Structured Light 3D Reconstruction (2) Line Structured Light 3D Reconstruction
【过一下7】全连接神经网络视频第一节的笔记
随机推荐
LeetCode: 1403. Minimum subsequence in non-increasing order [greedy]
vscode+pytorch使用经验记录(个人记录+不定时更新)
redis事务
2022杭电多校第一场01
数据库 单表查询
【过一下14】自习室的一天
Flink 状态与容错 ( state 和 Fault Tolerance)
【记一下1】2022年6月29日 哥和弟 双重痛苦
Reverse theory knowledge 4
机器学习(一) —— 机器学习基础
CAP+BASE
浅谈Servlet生命周期
DOM and its applications
【过一下7】全连接神经网络视频第一节的笔记
uva1325
位运算符与逻辑运算符的区别
day7-列表作业(1)
[Let's pass 14] A day in the study room
【过一下11】随机森林和特征工程
redis 持久化