WIP Подключила пагинацию на клиентов

This commit is contained in:
Daria Golova
2022-11-24 17:56:26 +03:00
parent 9a5a932f69
commit 5e11928fb3
7 changed files with 72 additions and 21 deletions

View File

@@ -210,6 +210,7 @@ export default {
this.createIdentityDocument(result.id);
this.createAddress(result.id);
});
this.$emit("update-client");
},
filterDataEmptyProperty(data) {
let postData = data;