WIP Изменены данные в agreement

This commit is contained in:
Daria Golova
2022-12-29 17:03:45 +03:00
parent 78fd2a4233
commit c4fc54ecdd
4 changed files with 10 additions and 5 deletions

View File

@@ -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: "",
},
},
};
},