Picture description
the returned data has been obtained, but it cannot be rendered to the web page. Ask the gods for help.
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) {
//
});