diff --git a/src/components/base/BaseClientFormCreate.vue b/src/components/base/BaseClientFormCreate.vue index 495b5ed..5fbf3c7 100644 --- a/src/components/base/BaseClientFormCreate.vue +++ b/src/components/base/BaseClientFormCreate.vue @@ -392,16 +392,6 @@ export default { choosePriority(e) { this.infoClient.basic.priority = e.target.id; }, - /*chooseOptionNetworks(e) { - let index = this.infoClient.basic.contacts.findIndex( - (el) => el.id === this.networkId - ); - let icon = this.networksSettings.settings.find( - (el) => el.network === e.target.id - ).icon; - this.infoClient.basic.contacts[index].kind = e.target.id; - this.infoClient.basic.contacts[index].icon = icon; - },*/ saveClient() { if (this.checkFormFullness()) { this.postNewClient();