Ajustas login e filtros de video

This commit is contained in:
LeoMortari
2025-11-03 16:31:28 -03:00
parent 97e267040b
commit 5b3a4f7462
3 changed files with 90 additions and 25 deletions

View File

@@ -68,6 +68,8 @@
:options="situations"
:loading="situationsLoading"
multiple
emit-value
map-options
/>
</div>
@@ -232,6 +234,9 @@ export default {
page: pagination.page,
...baseParams,
},
paramsSerializer: {
indexes: null,
},
});
this.rows = data.content;