Browse Source

HOT-FIX: Port de mudança no repo sapl-frontend

pull/3251/head
eribeiro 4 years ago
parent
commit
84f1c820fb
  1. 2
      sapl-frontend/src/__apps/parlamentar/main.js

2
sapl-frontend/src/__apps/parlamentar/main.js

@ -37,7 +37,7 @@ const v = new Vue({ // eslint-disable-line
methods: { methods: {
getParlamentares (event) { getParlamentares (event) {
if (this.legislatura_selecionada) { if (this.legislatura_selecionada || this.legislatura_selecionada.toString() === '0') {
axios.get('/api/parlamentares/parlamentar/' + this.legislatura_selecionada + '/parlamentares_by_legislatura/') axios.get('/api/parlamentares/parlamentar/' + this.legislatura_selecionada + '/parlamentares_by_legislatura/')
.then(response => { .then(response => {
this.parlamentares = response.data this.parlamentares = response.data

Loading…
Cancel
Save