WIP Исправила баг пагинации при поиске
This commit is contained in:
@@ -79,7 +79,6 @@ export default {
|
||||
else this.textSearch = "";
|
||||
if (this.currentTablePage !== 1) this.currentTablePage = 1;
|
||||
else {
|
||||
this.currentTablePage = 1;
|
||||
this.fetchDataClients();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user