Skip to content

Commit

Permalink
Ajuste para pesquisa sema ano selecionado
Browse files Browse the repository at this point in the history
  • Loading branch information
VanderleiDenir committed Jul 16, 2024
1 parent 5a2cd26 commit a902604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OPS.Site/src/components/senador/remuneracao-lista.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<div class="form-group col-md-2">
<label>Ano</label>
<select class="form-control input-sm" v-model="filtro.ano">
<option value=""></option>
<option value="2024" selected>2024</option>
<option value="2023">2023</option>
<option value="2022">2022</option>
Expand Down

0 comments on commit a902604

Please sign in to comment.