1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-02-17 04:00:48 +01:00

fix: page offset not reset when selected table changes

This commit is contained in:
Fabio Di Stasio 2021-06-03 11:02:24 +02:00
parent 8a7cc2a14f
commit 5562e73e75

View File

@ -222,6 +222,7 @@ export default {
watch: {
table () {
if (this.isSelected) {
this.page = 1;
this.sortParams = {};
this.getTableData();
this.lastTable = this.table;