WIP Изменены данные в agreement
This commit is contained in:
@@ -284,7 +284,6 @@ export default {
|
||||
});
|
||||
},
|
||||
postContactsClient() {
|
||||
console.log(this.dataClient);
|
||||
let contacts = [...this.dataClient.contacts];
|
||||
if (
|
||||
this.dataClient.email.username &&
|
||||
|
||||
@@ -80,9 +80,15 @@ export default {
|
||||
return {
|
||||
patient: {
|
||||
full_name: "",
|
||||
doc_type: "",
|
||||
doc_type: {
|
||||
id: null,
|
||||
label: "",
|
||||
},
|
||||
seriesAndNumber: "2354 125423",
|
||||
phone: {},
|
||||
phone: {
|
||||
id: null,
|
||||
label: "",
|
||||
},
|
||||
},
|
||||
};
|
||||
},
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template lang="pug">
|
||||
.flex.flex-col.gap-y-6.justify-between(style="height: 500px")
|
||||
.flex.flex-col.gap-y-6.justify-between
|
||||
.flex.flex-col.gap-y-6
|
||||
span.font-bold.text-xl Договор
|
||||
.flex.self-center
|
||||
|
||||
Reference in New Issue
Block a user