From 15088f9d5e8383bc80f620bca89febf99b3b96e5 Mon Sep 17 00:00:00 2001 From: shefengchun <1077478963@qq.com> Date: Thu, 9 Feb 2023 16:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=96=8F=E5=AF=86=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=80=89=E6=8B=A9=E7=82=B9=E6=97=B6=E5=8F=91=E9=80=81?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FusionSettings/DensityCorrection.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/FusionSettings/DensityCorrection.vue b/src/components/FusionSettings/DensityCorrection.vue index a7dac59..e831486 100644 --- a/src/components/FusionSettings/DensityCorrection.vue +++ b/src/components/FusionSettings/DensityCorrection.vue @@ -68,7 +68,7 @@
-
@@ -79,7 +79,7 @@
-
@@ -195,6 +195,7 @@ export default defineComponent({ const configselsect = computed(() => { return $store.state.selected_projector; }); + //用于计算当前投影仪的索引 let serverconfig = JSON.parse($store.state.fusion_configuration); const selectedprojector = computed(() => { @@ -542,6 +543,7 @@ export default defineComponent({ point_postion, div, save, + }; }, });