WIP Удалила лишнее

This commit is contained in:
Daria Golova
2023-02-22 14:27:02 +03:00
parent 0f9d271575
commit 839034cade

View File

@@ -392,16 +392,6 @@ export default {
choosePriority(e) { choosePriority(e) {
this.infoClient.basic.priority = e.target.id; 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() { saveClient() {
if (this.checkFormFullness()) { if (this.checkFormFullness()) {
this.postNewClient(); this.postNewClient();