From 8907e156ba754ce21486360a3f89c3434eb45bdd Mon Sep 17 00:00:00 2001 From: megavrilinvv Date: Fri, 12 May 2023 18:38:15 +0300 Subject: [PATCH] =?UTF-8?q?[WIP]=20=D0=A4=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/InitialInspectionProtocol/Forms/IndexForm.vue | 3 --- .../InitialInspectionProtocol/MedicalProtocolsInspection.vue | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/IndexForm.vue b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/IndexForm.vue index d5828ad..a1b4f43 100644 --- a/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/IndexForm.vue +++ b/src/pages/newMedicalCard/components/InitialInspectionProtocol/Forms/IndexForm.vue @@ -50,9 +50,6 @@ export default { changeEdit(value) { this.isEdit = value; }, - changeModelValue(value, key) { - if (value) this.modelValue = key; - }, }, }; diff --git a/src/pages/newMedicalCard/components/InitialInspectionProtocol/MedicalProtocolsInspection.vue b/src/pages/newMedicalCard/components/InitialInspectionProtocol/MedicalProtocolsInspection.vue index f1c587e..1e18121 100644 --- a/src/pages/newMedicalCard/components/InitialInspectionProtocol/MedicalProtocolsInspection.vue +++ b/src/pages/newMedicalCard/components/InitialInspectionProtocol/MedicalProtocolsInspection.vue @@ -30,7 +30,7 @@ :close-card="closeCard" ) div(v-for="form in protocolForms", :key="form.key") - component(v-bind:is="form.component", :data="form" :fill-inspection="fillInspection") + component(v-bind:is="form.component", :data="form", :fill-inspection="fillInspection") .protocol.flex.justify-between.p-6(v-if="fillInspection") .flex.h-fit.w-fit.gap-2 base-button.text-base.font-semibold(outlined, :size="40") Отменить