WIP Удалила лишнюю пропсу в FormCreateMedicalCard

This commit is contained in:
Daria Golova
2022-12-29 17:12:49 +03:00
parent c4fc54ecdd
commit 304d941ac6
3 changed files with 1 additions and 5 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(clientId)")
.button.keep-redaction.flex.gap-x-3(@click="createMedicalCard")
.icon-star-off.icon
span Мед. карта
.button.delete.flex.gap-x-3(

View File

@@ -21,7 +21,6 @@
clients-action-popup(
v-if="isOpenPopup",
:open-change-data="openChangeData",
:client-id="client.id",
:disabled-delete="!!deletedClientId && !rowOverlay",
@delete-client="transmitDeleteClient",
:create-medical-card="transmitMedicalCard"

View File

@@ -51,9 +51,6 @@ export default {
MedicalPolicyDocuments,
BaseStepper,
},
props: {
selectedClientId: String,
},
data() {
return {
isBaseData: true,