WIP Подтянула id клиента для медкарты

This commit is contained in:
Daria Golova
2022-12-26 20:03:33 +03:00
parent 7fb49d733c
commit 93cea24131
4 changed files with 18 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
.button.keep-redaction.flex.gap-x-3
.icon-star-off.icon
span На ведение
.button.keep-redaction.flex.gap-x-3(@click="createMedicalCard")
.button.keep-redaction.flex.gap-x-3(@click="createMedicalCard(clientId)")
.icon-star-off.icon
span Мед. карта
.button.delete.flex.gap-x-3(
@@ -29,6 +29,7 @@ export default {
openChangeData: Function,
disabledDelete: Boolean,
createMedicalCard: Function,
clientId: String,
},
methods: {
transmitDeleteClient() {