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, + }; }, });