图片描述已经获得到返回的数据,但是就是不能渲染到网页中,求大神们帮助,,axios.post(apiurl,data,{headers:{'auth':sccesstoken}}) .then(res =>{
//axios.defaults.headers.common['auth'] = sccesstoken
console.log(res.data[0].data)
console.log(res.data[0].data[0].CompanyName);
this.self.sites = res.data[0].data;
})
.catch(function (error) {
//
});
添加回答
举报
0/150
提交
取消