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 @@ -