WIP Подтянула id клиента для медкарты
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user