WIP Удалила лишнее
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user