Commit 62064f50 authored by sandroresende's avatar sandroresende

inclusao consulta execucao orcamentaria

parent 49bfb9d5
This diff is collapsed.
......@@ -187,7 +187,7 @@
console.log(erro);
})
axios.get(this.url + '/api/acaoProgramaTransferegov').then(resposta => {
axios.get(this.url + '/api/acaoPrograma').then(resposta => {
//console.log(resposta.data);
this.acaoProgramas = resposta.data;
this.acaoPrograma = '';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment