Удалены лишние строки
This commit is contained in:
@@ -119,14 +119,11 @@ export default {
|
|||||||
this.priorityOption = this.priorityList[e.target.id];
|
this.priorityOption = this.priorityList[e.target.id];
|
||||||
this.infoClient.priority = this.priorityList[e.target.id];
|
this.infoClient.priority = this.priorityList[e.target.id];
|
||||||
},
|
},
|
||||||
saveClient() {
|
saveClient() {},
|
||||||
console.log(this.infoClient);
|
|
||||||
},
|
|
||||||
saveDocFile(e) {
|
saveDocFile(e) {
|
||||||
this.infoClient.doc = e.target.files;
|
this.infoClient.doc = e.target.files;
|
||||||
},
|
},
|
||||||
saveAdditionalFiles(e) {
|
saveAdditionalFiles(e) {
|
||||||
console.log(e.target.id, e.target.files[0]);
|
|
||||||
this.infoClient.additional.find((el) => el.id === e.target.id).file =
|
this.infoClient.additional.find((el) => el.id === e.target.id).file =
|
||||||
e.target.file;
|
e.target.file;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user