From c35349b6e47418fe23549130147198e6db033e96 Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Thu, 9 Feb 2023 15:05:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=96=8F=E5=AF=86=E6=A0=A1?= =?UTF-8?q?=E6=AD=A3=E7=B4=A2=E5=BC=95=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FusionSettings/DensityCorrection.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index 4311aca..a7dac59 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -477,7 +477,7 @@ export default defineComponent({ set?.SetBlendingHorDensity( $store.getters.GetTheCurrentlySelectedCamera[0], $store.getters.GetTheCurrentlySelectedCamera[1], - index-4, + index>4?index-4:index+1, Number(value) ); } @@ -500,7 +500,6 @@ export default defineComponent({ Math.ceil( (obj_y - default_location[index].y) * Proportion.value.y ); - console.log(index, x,'h') value[index+5].x = x > config.width ? config.width : x && x < 0 ? 0 : x; send_configuration(index, x,'h') }