WIP Исправила баг пагинации при поиске

This commit is contained in:
Daria Golova
2022-11-28 14:00:59 +03:00
parent 87329785c7
commit 4178d01d1f
2 changed files with 4 additions and 5 deletions

View File

@@ -79,7 +79,6 @@ export default {
else this.textSearch = "";
if (this.currentTablePage !== 1) this.currentTablePage = 1;
else {
this.currentTablePage = 1;
this.fetchDataClients();
}
},