this.$http.get(url).then(function(response){
thiss.trackdata = response.body;
thiss.trackSaveStatus(o.track, response.body);
thiss._loading(false);
if(callback){
callback();
}
}, function(response){
thiss._loading(false);
});