From 2f645fa71c9c58807b336efbb16031db52942f8d Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Fri, 24 Feb 2023 14:08:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=9B=9B=E7=82=B9?= =?UTF-8?q?=E6=A0=A1=E6=AD=A3=20=E9=99=90=E5=88=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FusionSettings/FourPointCalibration.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/FusionSettings/FourPointCalibration.vue b/src/components/FusionSettings/FourPointCalibration.vue index 7e2a752..8e14140 100644 --- a/src/components/FusionSettings/FourPointCalibration.vue +++ b/src/components/FusionSettings/FourPointCalibration.vue @@ -258,13 +258,13 @@ export default defineComponent({ const chang = (index: number, $event: any, type: string) => { index = Number(index) - if (now_selsect_projector?.value == '0-0') { + if (now_selsect_projector?.value == '0-0'&&props.col=='2') { if (index == 1 || index == 3) { value.value[index].x > allconfig.projector_width ? value.value[index].x =allconfig.projector_width : value.value[index].x } } - if (now_selsect_projector?.value == '0-1') { + if (now_selsect_projector?.value == '0-1'&&props.col=='2') { if (index == 0 || index == 2) { value.value[index].x < 0 ? value.value[index].x= 0 : value.value[index].x } @@ -426,7 +426,6 @@ export default defineComponent({ case 'x': if (spt < 0) { if(now_selsect_projector?.value=='0-0'&&props.col=='2'){ - if(options_model.value==1||options_model.value==3){ value.value[options_model.value].x>allconfig.projector_width?value.value[options_model.value].x = allconfig.projector_width:value.value[options_model.value].x++ }else{