Удалены лишние строки

This commit is contained in:
DwCay
2022-10-18 20:01:15 +03:00
parent 4904fe4547
commit 07b3c6ae19

View File

@@ -119,14 +119,11 @@ export default {
this.priorityOption = this.priorityList[e.target.id];
this.infoClient.priority = this.priorityList[e.target.id];
},
saveClient() {
console.log(this.infoClient);
},
saveClient() {},
saveDocFile(e) {
this.infoClient.doc = e.target.files;
},
saveAdditionalFiles(e) {
console.log(e.target.id, e.target.files[0]);
this.infoClient.additional.find((el) => el.id === e.target.id).file =
e.target.file;
},