WIP Убрал функцию отправки мед карты
This commit is contained in:
@@ -98,7 +98,6 @@
|
|||||||
color="primary",
|
color="primary",
|
||||||
label="Сохранить",
|
label="Сохранить",
|
||||||
padding="8px 24px",
|
padding="8px 24px",
|
||||||
@click="validateFormMedical"
|
|
||||||
no-caps
|
no-caps
|
||||||
)
|
)
|
||||||
</template>
|
</template>
|
||||||
@@ -187,9 +186,6 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
validateFormMedical() {
|
|
||||||
console.log(this.medicalDataInit);
|
|
||||||
},
|
|
||||||
saveDataMedical(data) {
|
saveDataMedical(data) {
|
||||||
this.numberCard = data?.number && data.number;
|
this.numberCard = data?.number && data.number;
|
||||||
const confidant = data ? data["confidant"] : undefined;
|
const confidant = data ? data["confidant"] : undefined;
|
||||||
|
|||||||
Reference in New Issue
Block a user