Merge pull request #161 from dderbentsov/UC-64
WIP Поставила задержку на get после post client
This commit is contained in:
@@ -132,9 +132,11 @@ export default {
|
|||||||
updatedClients() {
|
updatedClients() {
|
||||||
if (this.updatedClients === true) {
|
if (this.updatedClients === true) {
|
||||||
this.textSearch = "";
|
this.textSearch = "";
|
||||||
this.fetchDataClients().then(
|
setTimeout(() => {
|
||||||
() => (this.currentTablePage = this.pageCount)
|
this.fetchDataClients().then(
|
||||||
);
|
() => (this.currentTablePage = this.pageCount)
|
||||||
|
);
|
||||||
|
}, 60);
|
||||||
this.$emit("reset-updated-clients");
|
this.$emit("reset-updated-clients");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user