From 263c2acbc15f4d03fd7dd264eaaee301da6c18ed Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Mon, 6 Feb 2023 15:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=97=B6=E5=8F=91=E9=80=81=E9=80=89=E4=B8=AD=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FusionSettings/DensityCorrection.vue | 31 ++++++++++++------- .../FusionSettings/FusionLocale.vue | 2 +- .../FusionSettings/SurfaceCorrection.vue | 2 +- 3 files changed, 22 insertions(+), 13 deletions(-) diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index 1328b76..9da15fb 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -6,43 +6,43 @@

V1

+ @moveHandler="moveHandler($event, 0)">

V1

V2

+ @moveHandler="moveHandler($event, 1)">

V2

V3

+ @moveHandler="moveHandler($event, 2)">

V3

V4

+ @moveHandler="moveHandler($event, 3)">

V4

V5

+ @moveHandler="moveHandler($event, 4)">

V5

←H1→ + @moveHandler="moveHandler($event, 5)">H1 ←H2→ + @moveHandler="moveHandler($event, 6)">H2 ←H3→ + @moveHandler="moveHandler($event, 7)">H3 ←H4→ + @moveHandler="moveHandler($event, 8)">H4 ←H5→ + @moveHandler="moveHandler($event, 9)">H5
@@ -247,6 +247,7 @@ export default defineComponent({ { x: 0, y: 0 }, { x: 0, y: 0 }, ]); + // const max let options = ref(["10", "20", "30", "40", "50"]); let config = JSON.parse($store.state.fusion_configuration).projectors[0]; let Proportion = ref({ x: 0, y: 0 }); @@ -493,6 +494,14 @@ export default defineComponent({ } } use_server_config(); + if ( + sessionStorage.DensityCorrection && + sessionStorage.DensityCorrection.length > 0 + ) { + set_cache.value = JSON.parse(sessionStorage.DensityCorrection); + use_set_cache(); + } else { + } syncpoint(); }); @@ -534,7 +543,7 @@ export default defineComponent({ setTimeout(() => { isshowarray.value[index] = true; }, 100); - now_index.value=index + if(ste_status.value == 0)now_index.value=index }; watch( () => value[0], diff --git a/src/components/FusionSettings/FusionLocale.vue b/src/components/FusionSettings/FusionLocale.vue index 9ebd166..6ed7320 100644 --- a/src/components/FusionSettings/FusionLocale.vue +++ b/src/components/FusionSettings/FusionLocale.vue @@ -115,7 +115,7 @@ -