From 75602e5166c91e3b62a7865c420f0bb6921a2f52 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Wed, 24 Jul 2024 10:27:57 +0300 Subject: [PATCH] calc min length --- components/calcValues.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/calcValues.vue b/components/calcValues.vue index ac898c3..7e2a7df 100644 --- a/components/calcValues.vue +++ b/components/calcValues.vue @@ -57,7 +57,7 @@ const form_refs = { } const changeParametres = () => { - // console.log(form_state.total_length * 1000, copy_form_state.total_length * 1000) + // console.log('form', form_state.total_length * 1000, 'copy', copy_form_state.total_length * 1000) const lamelles = Math.floor(form_state.height / parametric.height.step) @@ -188,7 +188,7 @@ const goal = (target: string, params: object) => {
-