WIP Исправлен null при отсутствии имени, отчества
(cherry picked from commit b6d4b46eed8704d840eb0ca8c6e9e44e9b21db3a)
This commit is contained in:
@@ -45,14 +45,16 @@ export default {
|
||||
this.isOpenForm = false;
|
||||
},
|
||||
setUpdatedClients() {
|
||||
this.updatedClients = true;
|
||||
if (this.$router.currentRoute._value.path === "/clients")
|
||||
this.updatedClients = true;
|
||||
},
|
||||
resetUpdatedClients() {
|
||||
this.updatedClients = false;
|
||||
this.createdClientId = "";
|
||||
},
|
||||
writeCreatedClientId(id) {
|
||||
this.createdClientId = id;
|
||||
if (this.$router.currentRoute._value.path === "/clients")
|
||||
this.createdClientId = id;
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user