Merge pull request #161 from dderbentsov/UC-64
WIP Поставила задержку на get после post client
This commit is contained in:
@@ -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");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user