Skip to content

Commit

Permalink
#468 otus_match_proxy.vue now gets citations of OTUs matching this so…
Browse files Browse the repository at this point in the history
…urce
  • Loading branch information
jrflood committed Aug 31, 2018
1 parent f975adc commit f126ef3
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -46,10 +46,13 @@
methods: {
getCites() {
this.$http.get('/citations.json?citation_object_type=TaxonName&source_id=' + this.sourceID).then(response => {
this.$http.get('/citations.json?citation_object_type=Otu&source_id=' + this.sourceID).then(response => {
// build the tabular list, extracting the
this.taxon_names_cites_list = response.body;
})
},
getOtus(citation_object_type) {
}
},
}
Expand Down

0 comments on commit f126ef3

Please sign in to comment.