[WIP] Фикс

This commit is contained in:
megavrilinvv
2023-05-12 18:38:15 +03:00
parent c192f777d1
commit 8907e156ba
2 changed files with 1 additions and 4 deletions

View File

@@ -50,9 +50,6 @@ export default {
changeEdit(value) {
this.isEdit = value;
},
changeModelValue(value, key) {
if (value) this.modelValue = key;
},
},
};
</script>

View File

@@ -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") Отменить