From 839034cadebfa13985dc9500a7240c4f58db0157 Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Wed, 22 Feb 2023 14:27:02 +0300 Subject: [PATCH] =?UTF-8?q?WIP=20=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=BB=D0=B8=D1=88=D0=BD=D0=B5=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/base/BaseClientFormCreate.vue | 10 ---------- 1 file changed, 10 deletions(-) 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();