Merge pull request #161 from dderbentsov/UC-64

WIP Поставила задержку на get после post client
This commit is contained in:
Daria Golova
2022-11-28 16:04:48 +03:00
committed by GitHub

View File

@@ -132,9 +132,11 @@ export default {
updatedClients() {
if (this.updatedClients === true) {
this.textSearch = "";
setTimeout(() => {
this.fetchDataClients().then(
() => (this.currentTablePage = this.pageCount)
);
}, 60);
this.$emit("reset-updated-clients");
}
},