WIP Удалила лишнюю пропсу в FormCreateMedicalCard
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
.button.keep-redaction.flex.gap-x-3
|
.button.keep-redaction.flex.gap-x-3
|
||||||
.icon-star-off.icon
|
.icon-star-off.icon
|
||||||
span На ведение
|
span На ведение
|
||||||
.button.keep-redaction.flex.gap-x-3(@click="createMedicalCard(clientId)")
|
.button.keep-redaction.flex.gap-x-3(@click="createMedicalCard")
|
||||||
.icon-star-off.icon
|
.icon-star-off.icon
|
||||||
span Мед. карта
|
span Мед. карта
|
||||||
.button.delete.flex.gap-x-3(
|
.button.delete.flex.gap-x-3(
|
||||||
|
|||||||
@@ -21,7 +21,6 @@
|
|||||||
clients-action-popup(
|
clients-action-popup(
|
||||||
v-if="isOpenPopup",
|
v-if="isOpenPopup",
|
||||||
:open-change-data="openChangeData",
|
:open-change-data="openChangeData",
|
||||||
:client-id="client.id",
|
|
||||||
:disabled-delete="!!deletedClientId && !rowOverlay",
|
:disabled-delete="!!deletedClientId && !rowOverlay",
|
||||||
@delete-client="transmitDeleteClient",
|
@delete-client="transmitDeleteClient",
|
||||||
:create-medical-card="transmitMedicalCard"
|
:create-medical-card="transmitMedicalCard"
|
||||||
|
|||||||
@@ -51,9 +51,6 @@ export default {
|
|||||||
MedicalPolicyDocuments,
|
MedicalPolicyDocuments,
|
||||||
BaseStepper,
|
BaseStepper,
|
||||||
},
|
},
|
||||||
props: {
|
|
||||||
selectedClientId: String,
|
|
||||||
},
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
isBaseData: true,
|
isBaseData: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user