WIP Наладила get после post client

This commit is contained in:
Daria Golova
2022-12-01 19:03:56 +03:00
parent e3697d4416
commit 6837d9e498
5 changed files with 23 additions and 31 deletions

View File

@@ -107,6 +107,7 @@ export default {
},
props: {
closeForm: Function,
setUpdatedClients: Function,
},
data() {
return {
@@ -300,9 +301,9 @@ export default {
this.createIdentityDocument(result.id);
this.createAddress(result.id);
this.createContacts(result.id);
this.setUpdatedClients();
this.addSuccessNotification();
});
this.$emit("update-client");
},
filterDataEmptyProperty(data) {
let postData = data;